Searched defs:cx2 (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_nema_gfx_path.c | 136 void lv_nema_gfx_path_cubic_to(lv_nema_gfx_path_t * path, float cx1, float cy1, float cx2, float cy… in lv_nema_gfx_path_cubic_to()
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgShape.cpp | 123 Result Shape::cubicTo(float cx1, float cy1, float cx2, float cy2, float x, float y) noexcept in cubicTo()
|
D | tvgSwRle.cpp | 777 auto cx2 = cx1 + temp->len; in _intersectSpansRegion() local
|
D | tvgCapi.cpp | 301 TVG_API Tvg_Result tvg_shape_cubic_to(Tvg_Paint* paint, float cx1, float cy1, float cx2, float cy2,… in tvg_shape_cubic_to()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_path.c | 387 float cx2, float cy2, in lv_vg_lite_path_cubic_to()
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 2427 float cx2 = VLC_GET_ARG(cur, 2); in shape_append_path() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 2198 float cx2 = cx1 + dx2; local
|