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()
139 ellipse(x, y, 36, 56, 42, 74, LIGHT_BLUE, &pix); in setup()
141 ellipse(x, y, 35, 75, 43, 95, BLACK, &pix); in setup()
142 ellipse(x, y, 36, 76, 42, 94, LIGHT_BLUE, &pix); in setup()
148 ellipse(x, y, 120, 10, 160, 50, BLACK, &pix); in setup()
149 ellipse(x, y, 121, 11, 159, 59, YELLOW, &pix); in setup()
150 ellipse(x, y, 130, 20, 150, 40, BLACK, &pix); in setup()
151 ellipse(x, y, 131, 21, 149, 49, DARK_BLUE, &pix); in setup()
153 ellipse(x, y, 132, 10, 138, 20, 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
275 range is arbitrary, but zero should be returned for an ellipse aligned with
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
[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);