Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwPostEffect.cpp173 auto swapped = false; in effectGaussianBlur() local
187 swapped = !swapped; in effectGaussianBlur()
201 swapped = !swapped; in effectGaussianBlur()
208 if (swapped) std::swap(image.buf8, buffer.buf8); in effectGaussianBlur()
/lvgl-latest/src/misc/
Dlv_text.c613 uint32_t swapped; in lv_text_utf8_conv_wc() local
616 swapped = (c8[0] << 24) + (c8[1] << 16) + (c8[2] << 8) + (c8[3]); in lv_text_utf8_conv_wc()
619 if((swapped & 0xFF) == 0) in lv_text_utf8_conv_wc()
620 swapped = (swapped >> 8); /*Ignore leading zeros (they were in the end originally)*/ in lv_text_utf8_conv_wc()
622 c = swapped; in lv_text_utf8_conv_wc()
/lvgl-latest/docs/details/base-widget/layouts/
Dgrid.rst195 swapped. I.e. ``START`` will mean right-most.
Dflex.rst188 :cpp:enumerator:`LV_FLEX_ALIGN_END` is swapped on ``ROW`` layouts. I.e.
/lvgl-latest/docs/details/main-components/
Dimage.rst131 - RGB565 Swap for 16-bit color depth (two bytes are swapped)
/lvgl-latest/docs/
DCHANGELOG.rst208 - **fix(draw_sw): fix swapped 90/270 rotation in case of RGB888** `6642 <https://github.com/lvgl/lv…