Home
last modified time | relevance | path

Searched refs:transform (Results 1 – 10 of 10) sorted by relevance

/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_img.c54 bool transform = draw_dsc->angle != 0 || draw_dsc->zoom != LV_IMG_ZOOM_NONE ? true : false; in lv_draw_sw_img_decoded() local
65 …if(!mask_any && !transform && cf == LV_IMG_CF_TRUE_COLOR && draw_dsc->recolor_opa == LV_OPA_TRANSP… in lv_draw_sw_img_decoded()
71 else if(!mask_any && !transform && cf == LV_IMG_CF_ALPHA_8BIT) { in lv_draw_sw_img_decoded()
85 …else if(!mask_any && !transform && cf == LV_IMG_CF_RGB565A8 && draw_dsc->recolor_opa == LV_OPA_TRA… in lv_draw_sw_img_decoded()
143 if(transform) { in lv_draw_sw_img_decoded()
/lvgl-3.7.0/docs/_static/css/
Dcustom.css60 transition: transform .3s ease-out;
64 transform: translate(0, -10px);
Dfontawesome.min.css5transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransfo…
/lvgl-3.7.0/docs/
Dconf.py29 from recommonmark.transform import AutoStructify
DCHANGELOG.md177 - fix(arm-2d): fix transform-chrome-keying issue [`4178`](https://github.com/lvgl/lvgl/pull/4178)
407 - feat(draw): support transforming widgets and improfe sw transform [`318146a`](https://github.com/…
/lvgl-3.7.0/examples/widgets/canvas/
Dlv_example_canvas_1.py43 canvas.transform(img, 30, LV_IMG_ZOOM_NONE, 0, 0, _CANVAS_WIDTH // 2, _CANVAS_HEIGHT // 2, True)
/lvgl-3.7.0/src/draw/arm2d/
Dlv_gpu_arm2d.c906 bool transform = draw_dsc->angle != 0 || draw_dsc->zoom != LV_IMG_ZOOM_NONE ? true : false; in lv_draw_arm2d_img_decoded() local
923 …if(!mask_any && !transform && cf == LV_IMG_CF_TRUE_COLOR && draw_dsc->recolor_opa == LV_OPA_TRANSP… in lv_draw_arm2d_img_decoded()
929 else if(!mask_any && !transform && cf == LV_IMG_CF_ALPHA_8BIT) { in lv_draw_arm2d_img_decoded()
943 …else if(!mask_any && !transform && cf == LV_IMG_CF_RGB565A8 && draw_dsc->recolor_opa == LV_OPA_TRA… in lv_draw_arm2d_img_decoded()
1016 if(!transform) { in lv_draw_arm2d_img_decoded()
1378 if(transform) { in lv_draw_arm2d_img_decoded()
/lvgl-3.7.0/src/draw/stm32_dma2d/
Dlv_gpu_stm32_dma2d.c263 bool transform = img_dsc->angle != 0 || img_dsc->zoom != LV_IMG_ZOOM_NONE; in lv_draw_stm32_dma2d_img_decoded() local
267 …if(!mask_any && !transform && bitmapColorFormat != UNSUPPORTED && img_dsc->recolor_opa == LV_OPA_T… in lv_draw_stm32_dma2d_img_decoded()
/lvgl-3.7.0/docs/widgets/core/
Dcanvas.md61 - `img pointer` to an image descriptor to transform. Can be the image descriptor of another canvas …
Dimg.md93 - doesn't transform the children of the image widget