Searched refs:RenderShape (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwShape.cpp | 250 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()
|
D | tvgRender.h | 183 struct RenderShape struct 196 ~RenderShape() in ~RenderShape() argument 315 …virtual RenderData prepare(const RenderShape& rshape, RenderData data, const Matrix& transform, Ar…
|
D | tvgSwRenderer.h | 42 …RenderData prepare(const RenderShape& rshape, RenderData data, const Matrix& transform, Array<Rend…
|
D | tvgSwCommon.h | 504 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);
|
D | tvgSwRenderer.cpp | 82 const RenderShape* rshape = nullptr; 742 RenderData SwRenderer::prepare(const RenderShape& rshape, RenderData data, const Matrix& transform,… in prepare()
|
D | tvgShape.h | 36 RenderShape rs; //shape data
|
D | tvgSwStroke.cpp | 821 void strokeReset(SwStroke* stroke, const RenderShape* rshape, const Matrix& transform) in strokeReset()
|