Searched refs:transform (Results 1 – 10 of 10) sorted by relevance
54 bool transform = draw_dsc->angle != 0 || draw_dsc->zoom != LV_IMG_ZOOM_NONE ? true : false; in lv_draw_sw_img_decoded() local65 …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()
60 transition: transform .3s ease-out;64 transform: translate(0, -10px);
5 …transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransfo…
29 from recommonmark.transform import AutoStructify
177 - 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/…
43 canvas.transform(img, 30, LV_IMG_ZOOM_NONE, 0, 0, _CANVAS_WIDTH // 2, _CANVAS_HEIGHT // 2, True)
906 bool transform = draw_dsc->angle != 0 || draw_dsc->zoom != LV_IMG_ZOOM_NONE ? true : false; in lv_draw_arm2d_img_decoded() local923 …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()
263 bool transform = img_dsc->angle != 0 || img_dsc->zoom != LV_IMG_ZOOM_NONE; in lv_draw_stm32_dma2d_img_decoded() local267 …if(!mask_any && !transform && bitmapColorFormat != UNSUPPORTED && img_dsc->recolor_opa == LV_OPA_T… in lv_draw_stm32_dma2d_img_decoded()
61 - `img pointer` to an image descriptor to transform. Can be the image descriptor of another canvas …
93 - doesn't transform the children of the image widget