Searched refs:dst_bot (Results 1 – 4 of 4) sorted by relevance
115 uint8* dst_bot = dst + dst_stride * (height - 1); in ARGBRotate180() local123 CopyRow(row, dst_bot, width * 4); // Copy first mirrored row into last in ARGBRotate180()125 dst_bot -= dst_stride; in ARGBRotate180()
886 uint8* dst_bot = dst + dst_stride * (height - 1); in RotatePlane180() local894 CopyRow(row, dst_bot, width); // Copy first mirrored row into last in RotatePlane180()896 dst_bot -= dst_stride; in RotatePlane180()
99 uint8* dst_bot = dst + dst_stride * (height - 1); in ARGBRotate180() local154 CopyRow(row, dst_bot, width * 4); // Copy first mirrored row into last in ARGBRotate180()158 dst_bot -= dst_stride; in ARGBRotate180()
880 uint8* dst_bot = dst + dst_stride * (height - 1); in RotatePlane180() local950 CopyRow(row, dst_bot, width); // Copy first mirrored row into last in RotatePlane180()952 dst_bot -= dst_stride; in RotatePlane180()