Searched refs:subpath (Results 1 – 3 of 3) sorted by relevance
453 void lv_vector_path_append_path(lv_vector_path_t * path, const lv_vector_path_t * subpath) in lv_vector_path_append_path() argument456 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()
218 void lv_vector_path_append_path(lv_vector_path_t * path, const lv_vector_path_t * subpath);
278 …loat _outlineLength(const RenderShape* rshape, uint32_t shiftPts, uint32_t shiftCmds, bool subpath) in _outlineLength() argument303 if (subpath) return len; in _outlineLength()307 if (subpath) return len; in _outlineLength()