Home
last modified time | relevance | path

Searched defs:rshape (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwShape.cpp250 static void _trimPattern(SwDashStroke* dash, const RenderShape* rshape, float length, float trimBeg… in _trimPattern()
278 static float _outlineLength(const RenderShape* rshape, uint32_t shiftPts, uint32_t shiftCmds, bool … in _outlineLength()
329 static SwOutline* _genDashOutline(const RenderShape* rshape, const Matrix& transform, bool trimmed,… in _genDashOutline()
443 static bool _genOutline(SwShape* shape, const RenderShape* rshape, const Matrix& transform, SwMpool… in _genOutline()
499 bool shapePrepare(SwShape* shape, const RenderShape* rshape, const Matrix& transform, const SwBBox… in shapePrepare()
523 bool shapeGenRle(SwShape* shape, TVG_UNUSED const RenderShape* rshape, bool antiAlias) in shapeGenRle()
581 void shapeResetStroke(SwShape* shape, const RenderShape* rshape, const Matrix& transform) in shapeResetStroke()
592 bool shapeGenStrokeRle(SwShape* shape, const RenderShape* rshape, const Matrix& transform, const Sw… in shapeGenStrokeRle()
DtvgSwRenderer.cpp82 const RenderShape* rshape = nullptr; member
742 RenderData SwRenderer::prepare(const RenderShape& rshape, RenderData data, const Matrix& transform,… in prepare()
DtvgSwStroke.cpp821 void strokeReset(SwStroke* stroke, const RenderShape* rshape, const Matrix& transform) in strokeReset()