Searched defs:ay (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_math.c | 27 float ax, bx, cx, ay, by, cy; in lv_cubic_bezier_f() local
|
/lvgl-latest/src/misc/ |
D | lv_math.c | 128 int32_t ax, bx, cx, ay, by, cy; in lv_cubic_bezier() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRasterTexmap.h | 285 int32_t x1, x2, x, y, ar, ab, iru, irv, px, ay; in _rasterBlendingPolygonImageSegment() local 462 int32_t x1, x2, x, y, ar, ab, iru, irv, px, ay; in _rasterPolygonImageSegment() local
|
D | tvgMath.cpp | 337 float ay = start.y * it + ctrl1.y * t; in at() local
|
D | tvgShape.cpp | 196 auto ay = start.y; in appendArc() local
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_arc.c | 383 float ay = _lerp((float)fullarc.p0y, (float)fullarc.p1y, t); in _get_arc_control_points() local
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_path.c | 564 float ay = start_y; in lv_vg_lite_path_append_arc() local
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 427 float ay = start.y; in lv_vector_path_append_arc() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 4912 int ax = STBTT_min(x0, STBTT_min(x1, x2)), ay = STBTT_min(y0, STBTT_min(y1, y2)); local 5102 float ax = x1 - x0, ay = y1 - y0; local
|