Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/libs/thorvg/
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()
DtvgSwShape.cpp329 …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()
DtvgLottieLoader.cpp36 void LottieLoader::run(unsigned tid) in run()
DtvgSwStroke.cpp890 SwOutline* strokeExportOutline(SwStroke* stroke, SwMpool* mpool, unsigned tid) in strokeExportOutline()
DtvgSvgLoader.cpp3813 void SvgLoader::run(unsigned tid) in run()
/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_entry.c296 pthread_t tid = pthread_self(); in check_stack_size() local
/lvgl-latest/src/misc/
Dlv_profiler_builtin.c49 int tid; /**< The thread ID of the profiler item */ member