Searched refs:swapped (Results 1 – 6 of 6) sorted by relevance
173 auto swapped = false; in effectGaussianBlur() local187 swapped = !swapped; in effectGaussianBlur()201 swapped = !swapped; in effectGaussianBlur()208 if (swapped) std::swap(image.buf8, buffer.buf8); in effectGaussianBlur()
613 uint32_t swapped; in lv_text_utf8_conv_wc() local616 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()
195 swapped. I.e. ``START`` will mean right-most.
188 :cpp:enumerator:`LV_FLEX_ALIGN_END` is swapped on ``ROW`` layouts. I.e.
131 - RGB565 Swap for 16-bit color depth (two bytes are swapped)
208 - **fix(draw_sw): fix swapped 90/270 rotation in case of RGB888** `6642 <https://github.com/lvgl/lv…