Home
last modified time | relevance | path

Searched refs:clipped (Results 1 – 6 of 6) sorted by relevance

/lvgl-3.7.0/src/draw/sdl/
Dlv_draw_sdl_rect.c102 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, &center_area, clipped)) { in frag_render_center()
/lvgl-3.7.0/docs/porting/
Dgpu.md12 …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/
Dlabel.md33 …LV_SIZE_CONTENT` the label's height will be expanded, otherwise the text will be clipped. (Default)
/lvgl-3.7.0/docs/widgets/extra/
Dchart.md109 …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/
Dquick-overview.md93 …r parent's bounding area. In other words, the parts of the children outside the parent are clipped.
/lvgl-3.7.0/docs/
DCHANGELOG.md644 - 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…