Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_vector.c104 tvg_shape_line_to(obj, pt->x, pt->y); in _set_paint_shape()
/lvgl-latest/src/libs/thorvg/
Dthorvg_capi.h1132 TVG_API Tvg_Result tvg_shape_line_to(Tvg_Paint* paint, float x, float y);
DtvgCapi.cpp294 TVG_API Tvg_Result tvg_shape_line_to(Tvg_Paint* paint, float x, float y) in tvg_shape_line_to() function