Lines Matching refs:SwMpool
287 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);
559 SwOutline* mpoolReqOutline(SwMpool* mpool, unsigned idx);
560 void mpoolRetOutline(SwMpool* mpool, unsigned idx);
561 SwOutline* mpoolReqStrokeOutline(SwMpool* mpool, unsigned idx);
562 void mpoolRetStrokeOutline(SwMpool* mpool, unsigned idx);
563 SwOutline* mpoolReqDashOutline(SwMpool* mpool, unsigned idx);
564 void mpoolRetDashOutline(SwMpool* mpool, unsigned idx);