Home
last modified time | relevance | path

Searched defs:ax (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_math.c27 float ax, bx, cx, ay, by, cy; in lv_cubic_bezier_f() local
/lvgl-latest/src/misc/
Dlv_math.c128 int32_t ax, bx, cx, ay, by, cy; in lv_cubic_bezier() local
/lvgl-latest/src/libs/thorvg/
DtvgMath.cpp330 auto ax = start.x * it + ctrl1.x * t; in at() local
DtvgShape.cpp195 auto ax = start.x; in appendArc() local
/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_arc.c382 float ax = _lerp((float)fullarc.p0x, (float)fullarc.p1x, t); in _get_arc_control_points() local
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_path.c563 float ax = start_x; in lv_vg_lite_path_append_arc() local
/lvgl-latest/src/draw/
Dlv_draw_vector.c426 float ax = start.x; in lv_vector_path_append_arc() local
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h4912 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