Home
last modified time | relevance | path

Searched defs:cy1 (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/draw/nema_gfx/
Dlv_nema_gfx_path.c136 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/
DtvgShape.cpp123 Result Shape::cubicTo(float cx1, float cy1, float cx2, float cy2, float x, float y) noexcept in cubicTo()
DtvgCapi.cpp301 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/
Dlv_vg_lite_path.c386 float cx1, float cy1, in lv_vg_lite_path_cubic_to()
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h866 stbtt_vertex_type x, y, cx, cy, cx1, cy1; member
2155 stbtt_int32 cy, stbtt_int32 cx1, stbtt_int32 cy1)
2197 float cy1 = ctx->y + dy1; local
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp2426 float cy1 = VLC_GET_ARG(cur, 1); in shape_append_path() local