/lvgl-latest/src/libs/thorvg/ |
D | tvgTaskScheduler.h | 62 virtual void run(unsigned tid) = 0; 65 void operator()(unsigned tid) in operator() 67 run(tid); in operator() 94 virtual void run(unsigned tid) = 0;
|
D | tvgSwImage.cpp | 40 static bool _genOutline(SwImage* image, const Matrix& transform, SwMpool* mpool, unsigned tid) in _genOutline() argument 42 image->outline = mpoolReqOutline(mpool, tid); in _genOutline() 78 …st Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned tid) in imagePrepare() argument 96 if (!_genOutline(image, transform, mpool, tid)) return false; in imagePrepare() 109 void imageDelOutline(SwImage* image, SwMpool* mpool, uint32_t tid) in imageDelOutline() argument 111 mpoolRetOutline(mpool, tid); in imageDelOutline()
|
D | tvgSwShape.cpp | 329 …ine(const RenderShape* rshape, const Matrix& transform, bool trimmed, SwMpool* mpool, unsigned tid) in _genDashOutline() argument 375 dash.outline = mpoolReqDashOutline(mpool, tid); in _genDashOutline() 443 …onst RenderShape* rshape, const Matrix& transform, SwMpool* mpool, unsigned tid, bool hasComposite) in _genOutline() argument 453 shape->outline = mpoolReqOutline(mpool, tid); in _genOutline() 499 …, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned tid, bool hasComposite) in shapePrepare() argument 501 if (!_genOutline(shape, rshape, transform, mpool, tid, hasComposite)) return false; in shapePrepare() 539 void shapeDelOutline(SwShape* shape, SwMpool* mpool, uint32_t tid) in shapeDelOutline() argument 541 mpoolRetOutline(mpool, tid); in shapeDelOutline() 592 …st Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned tid) in shapeGenStrokeRle() argument 602 shapeOutline = _genDashOutline(rshape, transform, trimmed, mpool, tid); in shapeGenStrokeRle() [all …]
|
D | tvgSwRenderer.cpp | 116 void run(unsigned tid) override in run() 140 …if (!shapePrepare(&shape, rshape, transform, bbox, renderRegion, mpool, tid, clips.count > 0 ? tru… in run() 164 … if (!shapeGenStrokeRle(&shape, rshape, transform, bbox, renderRegion, mpool, tid)) goto err; in run() 178 shapeDelOutline(&shape, mpool, tid); in run() 196 shapeDelOutline(&shape, mpool, tid); in run() 217 void run(unsigned tid) override in run() 236 if (!imagePrepare(&image, transform, clipRegion, bbox, mpool, tid)) goto end; in run() 242 imageDelOutline(&image, mpool, tid); in run() 255 imageDelOutline(&image, mpool, tid); in run()
|
D | tvgSvgLoader.h | 67 void run(unsigned tid) override;
|
D | tvgLottieLoader.h | 82 void run(unsigned tid) override;
|
D | tvgSwCommon.h | 504 …, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned tid, bool hasComposite); 507 void shapeDelOutline(SwShape* shape, SwMpool* mpool, uint32_t tid); 509 …t Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned tid); 521 SwOutline* strokeExportOutline(SwStroke* stroke, SwMpool* mpool, unsigned tid); 524 …t Matrix& transform, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned tid); 526 void imageDelOutline(SwImage* image, SwMpool* mpool, uint32_t tid);
|
D | tvgLottieLoader.cpp | 36 void LottieLoader::run(unsigned tid) in run() argument
|
D | tvgSwStroke.cpp | 890 SwOutline* strokeExportOutline(SwStroke* stroke, SwMpool* mpool, unsigned tid) in strokeExportOutline() argument 900 auto outline = mpoolReqStrokeOutline(mpool, tid); in strokeExportOutline()
|
D | tvgSvgLoader.cpp | 3813 void SvgLoader::run(unsigned tid) in run() argument
|
/lvgl-latest/src/misc/ |
D | lv_profiler_builtin.c | 49 int tid; /**< The thread ID of the profiler item */ member 199 item->tid = profiler_ctx->config.tid_get_cb(); in lv_profiler_builtin_write() 250 item->tid, in flush_no_lock()
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_entry.c | 296 pthread_t tid = pthread_self(); in check_stack_size() local 297 ssize_t stack_size = pthread_get_stacksize_np(tid); in check_stack_size() 298 LV_LOG_USER("tid: %d, Stack size : %zd", (int)tid, stack_size); in check_stack_size()
|
/lvgl-latest/docs/details/integration/chip/ |
D | nxp.rst | 21 …levgl-open-source-graphics-library:LITTLEVGL-OPEN-SOURCE-GRAPHICS-LIBRARY?&tid=vanLITTLEVGL-OPEN-S…
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 75 - **feat(nuttx_image_cache): add tid for cache name** `6434 <https://github.com/lvgl/lvgl/pull/6434…
|