Searched refs:clipped (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.7.0/src/draw/sdl/ |
D | lv_draw_sdl_rect.c | 102 const lv_area_t * coords, const lv_area_t * clipped, bool full); 105 const lv_area_t * coords, const lv_area_t * clipped, bool full); 833 const lv_area_t * coords, const lv_area_t * clipped, bool full) in frag_render_borders() argument 841 if(_lv_area_intersect(&dst_area, &border_area, clipped)) { in frag_render_borders() 858 if(_lv_area_intersect(&dst_area, &border_area, clipped)) { in frag_render_borders() 879 if(_lv_area_intersect(&dst_area, &border_area, clipped)) { in frag_render_borders() 897 if(_lv_area_intersect(&dst_area, &border_area, clipped)) { in frag_render_borders() 917 const lv_area_t * clipped, bool full) in frag_render_center() argument 927 if(!_lv_area_intersect(&draw_area, ¢er_area, clipped)) { in frag_render_center()
|
/lvgl-3.7.0/docs/porting/ |
D | gpu.md | 12 …ordinates, always the same or smaller than `buf_area`. All drawings should be clipped to this area. 128 …rsect(&blend_area, dsc->blend_area, draw_ctx->clip_area)) return; /*Fully clipped, nothing to do*/
|
/lvgl-3.7.0/docs/widgets/core/ |
D | label.md | 33 …LV_SIZE_CONTENT` the label's height will be expanded, otherwise the text will be clipped. (Default)
|
/lvgl-3.7.0/docs/widgets/extra/ |
D | chart.md | 109 …equired to draw the tick and labels (start with 20 px and increase if the ticks/labels are clipped)
|
/lvgl-3.7.0/docs/get-started/ |
D | quick-overview.md | 93 …r parent's bounding area. In other words, the parts of the children outside the parent are clipped.
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 644 - Add `LV_FLAD_OVERFLOW_VISIBLE`. If enabled the children of an object won't be clipped to the boun… 727 - fix(sdl): fix clipped image drawing [`2992`](https://github.com/littlevgl/lvgl/pull/2992) 1183 - fix(label) fix clipped italic letters [`2efa6dc`](https://github.com/lvgl/lvgl/commit/2efa6dce786… 1221 - fix(draw) fix gradient calculation of the rectangle is clipped [`13e3470`](https://github.com/lvg…
|