Home
last modified time | relevance | path

Searched defs:mpool (Results 1 – 6 of 6) 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()
87 auto mpool = static_cast<SwMpool*>(calloc(1, sizeof(SwMpool))); in mpoolInit() local
97 bool mpoolClear(SwMpool* mpool) in mpoolClear()
120 bool mpoolTerm(SwMpool* mpool) in mpoolTerm()
DtvgSwImage.cpp40 static bool _genOutline(SwImage* image, const Matrix& transform, SwMpool* mpool, unsigned tid) in _genOutline()
78 …st Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned tid) in imagePrepare()
109 void imageDelOutline(SwImage* image, SwMpool* mpool, uint32_t tid) in imageDelOutline()
DtvgSwRenderer.h78 SwMpool* mpool; //private memory pool variable
DtvgSwShape.cpp329 …ine(const RenderShape* rshape, const Matrix& transform, bool trimmed, SwMpool* mpool, unsigned tid) in _genDashOutline()
443 …(SwShape* shape, const RenderShape* rshape, const Matrix& transform, SwMpool* mpool, unsigned tid,… in _genOutline()
499 … Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned tid,… in shapePrepare()
539 void shapeDelOutline(SwShape* shape, SwMpool* mpool, uint32_t tid) in shapeDelOutline()
592 …st Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned tid) in shapeGenStrokeRle()
DtvgSwRenderer.cpp46 SwMpool* mpool = nullptr; member
DtvgSwStroke.cpp890 SwOutline* strokeExportOutline(SwStroke* stroke, SwMpool* mpool, unsigned tid) in strokeExportOutline()