Home
last modified time | relevance | path

Searched defs:srcIndex (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_utils.c356 int32_t srcIndex = x; in rotate270_argb8888() local
377 int32_t srcIndex = y * src_stride; in rotate180_argb8888() local
396 int32_t srcIndex = x; in rotate90_argb8888() local
418 int32_t srcIndex = y * src_stride + x * 3; in rotate90_rgb888() local
436 int32_t srcIndex = y * src_stride + x * 3; in rotate180_rgb888() local
454 int32_t srcIndex = y * src_stride + x * 3; in rotate270_rgb888() local
480 int32_t srcIndex = x; in rotate270_rgb565() local
500 int32_t srcIndex = y * src_stride; in rotate180_rgb565() local
520 int32_t srcIndex = x; in rotate90_rgb565() local
543 int32_t srcIndex = x; in rotate90_l8() local
[all …]