Home
last modified time | relevance | path

Searched refs:RenderShape (Results 1 – 7 of 7) 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()
DtvgRender.h183 struct RenderShape struct
196 ~RenderShape() in ~RenderShape() argument
315 …virtual RenderData prepare(const RenderShape& rshape, RenderData data, const Matrix& transform, Ar…
DtvgSwRenderer.h42 …RenderData prepare(const RenderShape& rshape, RenderData data, const Matrix& transform, Array<Rend…
DtvgSwCommon.h504 bool shapePrepare(SwShape* shape, const RenderShape* rshape, const Matrix& transform, const SwBBox&…
506 bool shapeGenRle(SwShape* shape, const RenderShape* rshape, bool antiAlias);
508 void shapeResetStroke(SwShape* shape, const RenderShape* rshape, const Matrix& transform);
509 bool shapeGenStrokeRle(SwShape* shape, const RenderShape* rshape, const Matrix& transform, const Sw…
519 void strokeReset(SwStroke* stroke, const RenderShape* shape, const Matrix& transform);
DtvgSwRenderer.cpp82 const RenderShape* rshape = nullptr;
742 RenderData SwRenderer::prepare(const RenderShape& rshape, RenderData data, const Matrix& transform,… in prepare()
DtvgShape.h36 RenderShape rs; //shape data
DtvgSwStroke.cpp821 void strokeReset(SwStroke* stroke, const RenderShape* rshape, const Matrix& transform) in strokeReset()