/lvgl-latest/src/libs/thorvg/ |
D | tvgInitializer.cpp | 92 Result Initializer::init(CanvasEngine engine, uint32_t threads) noexcept in init() function in Initializer 99 if (!SwRenderer::init(threads)) return Result::FailedAllocation; in init() 106 if (!GlRenderer::init(threads)) return Result::FailedAllocation; in init() 113 if (!WgRenderer::init(threads)) return Result::FailedAllocation; in init() 124 if (!LoaderMgr::init()) return Result::Unknown; in init() 126 TaskScheduler::init(threads); in init()
|
D | tvgSwRenderer.h | 70 static bool init(uint32_t threads); 71 static int32_t init();
|
D | tvgLoader.h | 33 static bool init();
|
D | tvgTaskScheduler.h | 106 static void init(uint32_t threads);
|
D | tvgGlCanvas.cpp | 92 if (GlRenderer::init() <= 0) return nullptr; in gen()
|
D | tvgSwCanvas.cpp | 115 if (SwRenderer::init() <= 0) return nullptr; in gen()
|
D | tvgTaskScheduler.cpp | 201 void TaskScheduler::init(uint32_t threads) in init() function in TaskScheduler
|
D | tvgLoader.cpp | 260 bool LoaderMgr::init() in init() function in LoaderMgr
|
D | tvgSwRenderer.cpp | 761 bool SwRenderer::init(uint32_t threads) in init() function in SwRenderer 778 int32_t SwRenderer::init() in init() function in SwRenderer
|
D | thorvg.h | 1841 static Result init(CanvasEngine engine, uint32_t threads) noexcept;
|
/lvgl-latest/tests/micropy_test/ |
D | micropy.py | 10 lv.init() 133 style_big_font.init() 251 a.init() 266 a.init() 438 image_draw_dsc.init() 457 line_draw_dsc.init()
|
/lvgl-latest/scripts/ |
D | build_html_examples.sh | 9 git submodule update --init -- lvgl
|
/lvgl-latest/src/drivers/display/lcd/ |
D | lv_lcd_generic_mipi.c | 28 static void init(lv_lcd_generic_mipi_driver_t * drv, lv_lcd_flag_t flags); 69 init(drv, flags); in lv_lcd_generic_mipi_create() 169 static void init(lv_lcd_generic_mipi_driver_t * drv, lv_lcd_flag_t flags) in init() function
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.h | 47 void (*init)(struct _lv_svg_render_obj * obj, const lv_svg_node_t * node); member
|
D | lv_svg_render.c | 1027 if(obj->init) { in _set_render_attrs() 1028 obj->init(obj, node); in _set_render_attrs() 1800 view->base.init = _init_viewport; in _lv_svg_render_create() 1809 rect->base.init = _init_obj; in _lv_svg_render_create() 1819 circle->base.init = _init_obj; in _lv_svg_render_create() 1829 ellipse->base.init = _init_obj; in _lv_svg_render_create() 1839 line->base.init = _init_obj; in _lv_svg_render_create() 1849 poly->base.init = _init_poly; in _lv_svg_render_create() 1860 poly->base.init = _init_poly; in _lv_svg_render_create() 1871 poly->base.init = _init_poly; in _lv_svg_render_create() [all …]
|
/lvgl-latest/env_support/esp/rlottie/ |
D | 0001-changes-to-compile-with-esp-idf.patch | 55 void init()
|
/lvgl-latest/demos/ |
D | README.md | 79 /* TODO: init display and indev */
|
/lvgl-latest/docs/details/integration/chip/ |
D | nxp.rst | 170 - "src/draw/nxp/pxp/lv_pxp_cfg.c": init, deinit, run/wait PXP device 237 PRINTF("VGLite init error. STOP."); 407 - "src/draw/nxp/vglite/lv_vglite_buf.c": init/get vglite buffer
|
/lvgl-latest/src/draw/sw/blend/neon/ |
D | lv_blend_neon.S | 85 .if \intlv @ for init only (same B,G,R for all channel) 331 .macro init src_bpp, dst_bpp, mask, opa macro 619 init \src_bpp, \dst_bpp, \mask, \opa
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.pyi | 131 def init(self): ...
|
/lvgl-latest/docs/details/integration/os/ |
D | nuttx.rst | 132 …$ sudo openocd -f interface/stlink-v2.cfg -f target/stm32f4x.cfg -c init -c "reset halt" -c "flash…
|
D | torizon_os.rst | 81 git -C lv_port_linux submodule update --init
|
/lvgl-latest/docs/details/main-components/ |
D | draw.rst | 96 :cpp:func:`lv_draw_sw_init` in lv_draw_sw.c_ or the other draw units whose ``init``
|
/lvgl-latest/docs/details/libs/ |
D | rlottie.rst | 200 git submodule update --init --recursive
|
/lvgl-latest/src/draw/sw/blend/helium/ |
D | lv_blend_helium.S | 189 .macro init src_bpp, dst_bpp, mask, opa macro
|