Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_utils.c355 int32_t dstIndex = x * dst_stride; in rotate270_argb8888() local
376 int32_t dstIndex = (height - y - 1) * dest_stride; in rotate180_argb8888() local
395 int32_t dstIndex = (src_width - x - 1); in rotate90_argb8888() local
419 int32_t dstIndex = (src_width - x - 1) * dst_stride + y * 3; in rotate90_rgb888() local
437 int32_t dstIndex = (height - y - 1) * dest_stride + (width - x - 1) * 3; in rotate180_rgb888() local
455 int32_t dstIndex = x * dst_stride + (height - y - 1) * 3; in rotate270_rgb888() local
479 int32_t dstIndex = x * dst_stride; in rotate270_rgb565() local
499 int32_t dstIndex = (height - y - 1) * dest_stride; in rotate180_rgb565() local
519 int32_t dstIndex = (src_width - x - 1); in rotate90_rgb565() local
542 int32_t dstIndex = (src_width - x - 1); in rotate90_l8() local
[all …]