Searched refs:access (Results 1 – 13 of 13) sorted by relevance
/lvgl-3.7.0/src/draw/sdl/ |
D | lv_draw_sdl_composite.c | 197 int access = SDL_TEXTUREACCESS_STREAMING; in lv_draw_sdl_composite_texture_obtain() local 199 access = SDL_TEXTUREACCESS_TARGET; in lv_draw_sdl_composite_texture_obtain() 202 access = SDL_TEXTUREACCESS_TARGET; in lv_draw_sdl_composite_texture_obtain() 204 result = SDL_CreateTexture(ctx->renderer, LV_DRAW_SDL_TEXTURE_FORMAT, access, size, size); in lv_draw_sdl_composite_texture_obtain()
|
D | lv_draw_sdl_texture_cache.c | 108 int access, width, height; in lv_draw_sdl_texture_cache_put_advanced() local 109 if(SDL_QueryTexture(texture, &format, &access, &width, &height) != 0) { in lv_draw_sdl_texture_cache_put_advanced()
|
D | lv_draw_sdl_img.c | 173 int access = 0, tw, th; in calc_draw_part() local 174 SDL_QueryTexture(texture, &format, &access, &tw, &th); in calc_draw_part()
|
/lvgl-3.7.0/docs/overview/renderers/ |
D | arm-2d.md | 26 …net-of-things-blog/posts/arm-corelink-dma-350-next-generation-direct-memory-access-for-endpoint-ai)
|
/lvgl-3.7.0/docs/libs/ |
D | fsdrv.md | 41 After that you can access files using that driver letter. E.g. `"S:path/to/file.txt"`.
|
/lvgl-3.7.0/docs/get-started/platforms/ |
D | tasmota-berry.md | 7 Tasmota provides access to hundreds of supported devices, full support of MQTT, HTTP(S), integratio…
|
/lvgl-3.7.0/docs/intro/ |
D | index.md | 200 …nternal RAM (not in external SRAM) because LVGL uses it a lot and it should have a fast access time
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 24 - fix(dropdown): reset char_i = 0, avoid access overflow [`4589`](https://github.com/lvgl/lvgl/pull… 296 - fix(draw_sw): fix image cache to access the freed stack space [`3584`](https://github.com/lvgl/lv… 456 - fix(lodepng): fix NULL pointer access [`3307`](https://github.com/lvgl/lvgl/pull/3307) 464 - fix(obj_style): prevent access to class null pointer [`3252`](https://github.com/lvgl/lvgl/pull/3… 479 - fix(indev): fix null pointer access caused by typo [`3229`](https://github.com/lvgl/lvgl/pull/322… 485 - fix(calendar): fix possible array access out of bounds [`3223`](https://github.com/lvgl/lvgl/pull… 488 - fix(libs): fix memcmp memory access overflow [`3205`](https://github.com/lvgl/lvgl/pull/3205) 509 - fix(refr): fix performance monitor NULL pointer access [`3105`](https://github.com/lvgl/lvgl/pull… 761 - fix(draw): fix memory access out of bounds when using blend subtract [`2860`](https://github.com/… 1863 - Add style caching to reduce access time of properties with default value
|
D | CONTRIBUTING.md | 267 - You get write access to that repo:
|
/lvgl-3.7.0/docs/overview/ |
D | drawing.md | 13 …d finally write one pixel only once than reading/writing the display directly on each pixel access.
|
D | image.md | 288 …ges. Caching means some images will be left open, hence LVGL can quickly access them from `dsc->im…
|
/lvgl-3.7.0/scripts/ |
D | Doxyfile | 1544 # search using the keyboard; to jump to the search box use <access key> + S 1545 # (what the <access key> is depends on the OS and browser, but it is typically
|
/lvgl-3.7.0/docs/_static/css/ |
D | fontawesome.min.css | 5 …ore{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f…
|