Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwShape.cpp443 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()
517 bool shapePrepared(const SwShape* shape) in shapePrepared()
523 bool shapeGenRle(SwShape* shape, TVG_UNUSED const RenderShape* rshape, bool antiAlias) in shapeGenRle()
539 void shapeDelOutline(SwShape* shape, SwMpool* mpool, uint32_t tid) in shapeDelOutline()
546 void shapeReset(SwShape* shape) in shapeReset()
555 void shapeFree(SwShape* shape) in shapeFree()
571 void shapeDelStroke(SwShape* shape) in shapeDelStroke()
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()
[all …]
DtvgSwCommon.h212 struct SwShape struct
503 void shapeReset(SwShape* shape);
504 bool shapePrepare(SwShape* shape, const RenderShape* rshape, const Matrix& transform, const SwBBox&…
505 bool shapePrepared(const SwShape* shape);
506 bool shapeGenRle(SwShape* shape, const RenderShape* rshape, bool antiAlias);
507 void shapeDelOutline(SwShape* shape, SwMpool* mpool, uint32_t tid);
508 void shapeResetStroke(SwShape* shape, const RenderShape* rshape, const Matrix& transform);
509 bool shapeGenStrokeRle(SwShape* shape, const RenderShape* rshape, const Matrix& transform, const Sw…
510 void shapeFree(SwShape* shape);
511 void shapeDelStroke(SwShape* shape);
[all …]
DtvgSwRenderer.cpp81 SwShape shape;
DtvgSwRaster.cpp1733 bool rasterGradientShape(SwSurface* surface, SwShape* shape, const Fill* fdata, uint8_t opacity) in rasterGradientShape()
1754 bool rasterGradientStroke(SwSurface* surface, SwShape* shape, const Fill* fdata, uint8_t opacity) in rasterGradientStroke()
1771 bool rasterShape(SwSurface* surface, SwShape* shape, uint8_t r, uint8_t g, uint8_t b, uint8_t a) in rasterShape()
1783 bool rasterStroke(SwSurface* surface, SwShape* shape, uint8_t r, uint8_t g, uint8_t b, uint8_t a) in rasterStroke()