Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwMemPool.cpp38 SwOutline* mpoolReqOutline(SwMpool* mpool, unsigned idx) in mpoolReqOutline()
44 void mpoolRetOutline(SwMpool* mpool, unsigned idx) in mpoolRetOutline()
53 SwOutline* mpoolReqStrokeOutline(SwMpool* mpool, unsigned idx) in mpoolReqStrokeOutline()
59 void mpoolRetStrokeOutline(SwMpool* mpool, unsigned idx) in mpoolRetStrokeOutline()
68 SwOutline* mpoolReqDashOutline(SwMpool* mpool, unsigned idx) in mpoolReqDashOutline()
74 void mpoolRetDashOutline(SwMpool* mpool, unsigned idx) in mpoolRetDashOutline()
83 SwMpool* mpoolInit(uint32_t threads) in mpoolInit()
87 auto mpool = static_cast<SwMpool*>(calloc(1, sizeof(SwMpool))); in mpoolInit()
97 bool mpoolClear(SwMpool* mpool) in mpoolClear()
120 bool mpoolTerm(SwMpool* mpool) in mpoolTerm()
DtvgSwCommon.h287 struct SwMpool struct
504 …const Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned …
507 void shapeDelOutline(SwShape* shape, SwMpool* mpool, uint32_t tid);
509 …const Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned …
521 SwOutline* strokeExportOutline(SwStroke* stroke, SwMpool* mpool, unsigned tid);
524 …const Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned …
526 void imageDelOutline(SwImage* image, SwMpool* mpool, uint32_t tid);
556 SwMpool* mpoolInit(uint32_t threads);
557 bool mpoolTerm(SwMpool* mpool);
558 bool mpoolClear(SwMpool* mpool);
[all …]
DtvgSwImage.cpp40 static bool _genOutline(SwImage* image, const Matrix& transform, SwMpool* mpool, unsigned tid) in _genOutline()
78 …const Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned … in imagePrepare()
109 void imageDelOutline(SwImage* image, SwMpool* mpool, uint32_t tid) in imageDelOutline()
DtvgSwRenderer.h34 struct SwMpool;
78 SwMpool* mpool; //private memory pool
DtvgSwShape.cpp329 …utline(const RenderShape* rshape, const Matrix& transform, bool trimmed, SwMpool* mpool, unsigned … in _genDashOutline()
443 static bool _genOutline(SwShape* shape, const RenderShape* rshape, const Matrix& transform, SwMpool in _genOutline()
499 …onst Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned … in shapePrepare()
539 void shapeDelOutline(SwShape* shape, SwMpool* mpool, uint32_t tid) in shapeDelOutline()
592 …const Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned … in shapeGenStrokeRle()
DtvgSwRenderer.cpp40 static SwMpool* globalMpool = nullptr;
46 SwMpool* mpool = nullptr;
DtvgSwStroke.cpp890 SwOutline* strokeExportOutline(SwStroke* stroke, SwMpool* mpool, unsigned tid) in strokeExportOutline()