Home
last modified time | relevance | path

Searched refs:ellipse (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_bitblt.c32 static void ellipse(efi_uintn_t x, efi_uintn_t y, in ellipse() function
138 ellipse(x, y, 35, 55, 43, 75, BLACK, &pix); in setup()
141 ellipse(x, y, 35, 75, 43, 95, BLACK, &pix); in setup()
148 ellipse(x, y, 120, 10, 160, 50, BLACK, &pix); in setup()
154 ellipse(x, y, 133, 11, 139, 19, RED, &pix); in setup()
157 ellipse(x, y, 45, 40, 75, 70, BLACK, &pix); in setup()
158 ellipse(x, y, 46, 41, 74, 69, ORANGE, &pix); in setup()
159 ellipse(x, y, 45, 80, 75, 109, BLACK, &pix); in setup()
160 ellipse(x, y, 46, 81, 74, 108, RED, &pix); in setup()
175 ellipse(x, y, 79, 57, 109, 82, BLACK, &pix); in setup()
[all …]
/openbmc/linux/Documentation/input/
H A Dmulti-touch-protocol.rst215 and MINOR are the major and minor axis of an ellipse. The orientation of
216 the touch ellipse can be described with the ORIENTATION parameter, and the
217 direction of the finger ellipse is given by the vector (a - b).
273 The orientation of the touching ellipse. The value should describe a signed
276 the Y axis (north) of the surface, a negative value when the ellipse is
277 turned to the left, and a positive value when the ellipse is turned to the
294 The surface X coordinate of the center of the touching ellipse.
297 The surface Y coordinate of the center of the touching ellipse.
367 ellipse and the tool ellipse, so one has to resort to approximations. One
377 ellipse, so approximate it with an inscribed circle instead. The tool
[all …]
/openbmc/linux/tools/verification/models/
H A Dwwnr.dot3 {node [shape = ellipse] "not_running"};
/openbmc/openbmc-tools/dbus-vis/
H A Dtimeline_view.js1515 ctx.ellipse(dx, y, r, r, 0, 0, 3.14159 * 2);