Searched defs:tid (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
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 | tvgSwShape.cpp | 329 …ine(const RenderShape* rshape, const Matrix& transform, bool trimmed, SwMpool* mpool, unsigned tid) in _genDashOutline() 443 …, const RenderShape* rshape, const Matrix& transform, SwMpool* mpool, unsigned tid, bool hasCompos… in _genOutline() 499 …orm, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned tid, bool hasCompos… 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 | tvgLottieLoader.cpp | 36 void LottieLoader::run(unsigned tid) in run()
|
D | tvgSwStroke.cpp | 890 SwOutline* strokeExportOutline(SwStroke* stroke, SwMpool* mpool, unsigned tid) in strokeExportOutline()
|
D | tvgSvgLoader.cpp | 3813 void SvgLoader::run(unsigned tid) in run()
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_entry.c | 296 pthread_t tid = pthread_self(); in check_stack_size() local
|
/lvgl-latest/src/misc/ |
D | lv_profiler_builtin.c | 49 int tid; /**< The thread ID of the profiler item */ member
|