Searched defs:by (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 | tvgMath.cpp | 338 float by = ctrl1.y * it + ctrl2.y * t; in at() local
|
D | tvgShape.cpp | 198 auto by = end.y; in appendArc() local
|
D | tvgSwRaster.cpp | 1844 auto by = std::min(h, y + BLOCK) - y; in rasterXYFlip() local
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_arc.c | 386 float by = _lerp((float)fullarc.p1y, (float)fullarc.p2y, t); in _get_arc_control_points() local
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_path.c | 566 float by = end_y; in lv_vg_lite_path_append_arc() local
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 429 float by = end_y; in lv_vector_path_append_arc() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 4913 int by = STBTT_max(y0, STBTT_max(y1, y2)); local 5041 float bx = x0 - 2 * x1 + x2, by = y0 - 2 * y1 + y2; local 5103 float bx = x0 - 2 * x1 + x2, by = y0 - 2 * y1 + y2; local
|