Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/
Dlv_draw_vector.c453 void lv_vector_path_append_path(lv_vector_path_t * path, const lv_vector_path_t * subpath) in lv_vector_path_append_path() argument
456 uint32_t nops_size = lv_array_size(&subpath->ops); in lv_vector_path_append_path()
458 uint32_t npoint_size = lv_array_size(&subpath->points); in lv_vector_path_append_path()
460 lv_array_concat(&path->ops, &subpath->ops); in lv_vector_path_append_path()
463 lv_array_concat(&path->points, &subpath->points); in lv_vector_path_append_path()
Dlv_draw_vector.h218 void lv_vector_path_append_path(lv_vector_path_t * path, const lv_vector_path_t * subpath);
/lvgl-latest/src/libs/thorvg/
DtvgSwShape.cpp278 …loat _outlineLength(const RenderShape* rshape, uint32_t shiftPts, uint32_t shiftCmds, bool subpath) in _outlineLength() argument
303 if (subpath) return len; in _outlineLength()
307 if (subpath) return len; in _outlineLength()