Searched refs:done (Results 1 – 14 of 14) sorted by relevance
/lvgl-3.7.0/src/draw/nxp/vglite/ |
D | lv_draw_vglite.c | 179 bool done = false; in lv_draw_vglite_blend() local 186 done = (lv_gpu_nxp_vglite_fill(&blend_area, dsc->color, dsc->opa) == LV_RES_OK); in lv_draw_vglite_blend() 187 if(!done) in lv_draw_vglite_blend() 202 done = (lv_gpu_nxp_vglite_blit_split(dest_buf, &blend_area, dest_stride, in lv_draw_vglite_blend() 205 …done = (lv_gpu_nxp_vglite_blit(&blend_area, src_buf, &src_area, src_stride, dsc->opa) == LV_RES_OK… in lv_draw_vglite_blend() 208 if(!done) in lv_draw_vglite_blend() 213 if(!done) in lv_draw_vglite_blend() 253 bool done = false; in lv_draw_vglite_img_decoded() local 273 done = false; in lv_draw_vglite_img_decoded() 275 done = (lv_gpu_nxp_vglite_blit_split(dest_buf, &blend_area, dest_stride, in lv_draw_vglite_img_decoded() [all …]
|
/lvgl-3.7.0/src/draw/swm341_dma2d/ |
D | lv_gpu_swm341_dma2d.c | 107 bool done = false; in lv_draw_swm341_dma2d_blend() local 123 done = true; in lv_draw_swm341_dma2d_blend() 128 done = true; in lv_draw_swm341_dma2d_blend() 132 if(!done) lv_draw_sw_blend_basic(draw_ctx, dsc); in lv_draw_swm341_dma2d_blend()
|
/lvgl-3.7.0/src/draw/renesas/ |
D | lv_gpu_d2_ra6m3.c | 658 bool done = false; local 676 done = true; 681 done = true; 685 if(!done) lv_draw_sw_blend_basic(draw_ctx, dsc);
|
/lvgl-3.7.0/docs/get-started/os/ |
D | nuttx.md | 28 - Develop GUI in Linux first and when it is done just compile it for NuttX. Nothing more, no wastin… 30 …uce this process and just test everything on your computer and when it is done, compile it on Nutt…
|
/lvgl-3.7.0/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 133 Serial.println( "Setup done" );
|
/lvgl-3.7.0/docs/layouts/ |
D | grid.md | 26 First you need to describe the size of rows and columns. It can be done by declaring 2 arrays and t…
|
/lvgl-3.7.0/docs/ |
D | CODING_STYLE.md | 53 You should write **why** have you done this:
|
D | CHANGELOG.md | 2076 - `btn`: doesn't store styles for each state because it's done naturally in the new style system.
|
/lvgl-3.7.0/docs/get-started/platforms/ |
D | pc-simulator.md | 96 … on the Hammer Icon on the top menu bar to Build the project. If you have done everything right, t…
|
D | nxp.md | 12 Depending on the RT platform used, the acceleration can be done by NXP PXP (PiXel Pipeline) and/or …
|
/lvgl-3.7.0/docs/overview/ |
D | coords.md | 37 LVGL doesn't recalculate all the coordinate changes immediately. This is done to improve performanc…
|
D | drawing.md | 45 …uffer when the first is sent to `flush_cb` because the flushing should be done by DMA (or similar …
|
/lvgl-3.7.0/docs/porting/ |
D | display.md | 149 /*It's an example code which should be done by your GPU*/
|
/lvgl-3.7.0/scripts/ |
D | Doxyfile | 156 # Stripping is only done if one of the specified strings matches the left-hand 375 # subgrouping. Alternatively, this can be done per class using the 2018 # performed. Macro expansion can be done in a controlled way by setting 2092 # Adding location for the tag files is done as follows: 2192 # sure dot is able to find the font, which can be done by putting it in a
|