Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwShape.cpp594 SwOutline* shapeOutline = nullptr; in shapeGenStrokeRle() local
602 shapeOutline = _genDashOutline(rshape, transform, trimmed, mpool, tid); in shapeGenStrokeRle()
603 if (!shapeOutline) return false; in shapeGenStrokeRle()
610 shapeOutline = shape->outline; in shapeGenStrokeRle()
613 if (!strokeParseOutline(shape->stroke, *shapeOutline)) { in shapeGenStrokeRle()