Searched defs:ax (Results 1 – 8 of 8) 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 | tvgMath.cpp | 330 auto ax = start.x * it + ctrl1.x * t; in at() local
|
D | tvgShape.cpp | 195 auto ax = start.x; in appendArc() local
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_arc.c | 382 float ax = _lerp((float)fullarc.p0x, (float)fullarc.p1x, t); in _get_arc_control_points() local
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_path.c | 563 float ax = start_x; in lv_vg_lite_path_append_arc() local
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 426 float ax = start.x; 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
|