Home
last modified time | relevance | path

Searched refs:tvg_shape_move_to (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_vector.c98 tvg_shape_move_to(obj, pt->x, pt->y); in _set_paint_shape()
/lvgl-latest/src/libs/thorvg/
Dthorvg_capi.h1115 TVG_API Tvg_Result tvg_shape_move_to(Tvg_Paint* paint, float x, float y);
DtvgCapi.cpp287 TVG_API Tvg_Result tvg_shape_move_to(Tvg_Paint* paint, float x, float y) in tvg_shape_move_to() function