Searched defs:dstIndex (Results 1 – 1 of 1) sorted by relevance
355 int32_t dstIndex = x * dst_stride; in rotate270_argb8888() local376 int32_t dstIndex = (height - y - 1) * dest_stride; in rotate180_argb8888() local395 int32_t dstIndex = (src_width - x - 1); in rotate90_argb8888() local419 int32_t dstIndex = (src_width - x - 1) * dst_stride + y * 3; in rotate90_rgb888() local437 int32_t dstIndex = (height - y - 1) * dest_stride + (width - x - 1) * 3; in rotate180_rgb888() local455 int32_t dstIndex = x * dst_stride + (height - y - 1) * 3; in rotate270_rgb888() local479 int32_t dstIndex = x * dst_stride; in rotate270_rgb565() local499 int32_t dstIndex = (height - y - 1) * dest_stride; in rotate180_rgb565() local519 int32_t dstIndex = (src_width - x - 1); in rotate90_rgb565() local542 int32_t dstIndex = (src_width - x - 1); in rotate90_l8() local[all …]