Searched defs:mpool (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwMemPool.cpp | 38 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()
|
D | tvgSwImage.cpp | 40 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()
|
D | tvgSwRenderer.h | 78 SwMpool* mpool; //private memory pool variable
|
D | tvgSwShape.cpp | 329 …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()
|
D | tvgSwRenderer.cpp | 46 SwMpool* mpool = nullptr; member
|
D | tvgSwStroke.cpp | 890 SwOutline* strokeExportOutline(SwStroke* stroke, SwMpool* mpool, unsigned tid) in strokeExportOutline()
|