Home
last modified time | relevance | path

Searched refs:tid (Results 1 – 14 of 14) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgTaskScheduler.h62 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;
DtvgSwImage.cpp40 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()
DtvgSwShape.cpp329 …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 …]
DtvgSwRenderer.cpp116 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()
DtvgSvgLoader.h67 void run(unsigned tid) override;
DtvgLottieLoader.h82 void run(unsigned tid) override;
DtvgSwCommon.h504 …, 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);
DtvgLottieLoader.cpp36 void LottieLoader::run(unsigned tid) in run() argument
DtvgSwStroke.cpp890 SwOutline* strokeExportOutline(SwStroke* stroke, SwMpool* mpool, unsigned tid) in strokeExportOutline() argument
900 auto outline = mpoolReqStrokeOutline(mpool, tid); in strokeExportOutline()
DtvgSvgLoader.cpp3813 void SvgLoader::run(unsigned tid) in run() argument
/lvgl-latest/src/misc/
Dlv_profiler_builtin.c49 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/
Dlv_nuttx_entry.c296 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/
Dnxp.rst21 …levgl-open-source-graphics-library:LITTLEVGL-OPEN-SOURCE-GRAPHICS-LIBRARY?&tid=vanLITTLEVGL-OPEN-S…
/lvgl-latest/docs/
DCHANGELOG.rst75 - **feat(nuttx_image_cache): add tid for cache name** `6434 <https://github.com/lvgl/lvgl/pull/6434…