Lines Matching refs:dstWidth
88 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_grayscale() argument
100 for (int x = 1; x < dstWidth; x++) { in swizzle_bit_to_grayscale()
113 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_n32() argument
124 for (int x = 1; x < dstWidth; x++) { in swizzle_bit_to_n32()
136 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_565() argument
147 for (int x = 1; x < dstWidth; x++) { in swizzle_bit_to_565()
159 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_f16() argument
179 for (int x = 1; x < dstWidth; x++) { in swizzle_bit_to_f16()
190 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_565() argument
201 for (int x = 1; x < dstWidth; x++) { in swizzle_small_index_to_565()
211 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_n32() argument
222 for (int x = 1; x < dstWidth; x++) { in swizzle_small_index_to_n32()
234 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32() argument
239 for (int x = 0; x < dstWidth; x++) { in swizzle_index_to_n32()
247 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32_skipZ() argument
252 for (int x = 0; x < dstWidth; x++) { in swizzle_index_to_n32_skipZ()
262 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_565() argument
266 for (int x = 0; x < dstWidth; x++) { in swizzle_index_to_565()
275 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_gray_to_n32() argument
280 for (int x = 0; x < dstWidth; x++) { in swizzle_gray_to_n32()
300 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_gray_to_565() argument
305 for (int x = 0; x < dstWidth; x++) { in swizzle_gray_to_565()
377 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bgr_to_565() argument
382 for (int x = 0; x < dstWidth; x++) { in swizzle_bgr_to_565()
391 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_rgb_to_rgba() argument
396 for (int x = 0; x < dstWidth; x++) { in swizzle_rgb_to_rgba()
403 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_rgb_to_bgra() argument
408 for (int x = 0; x < dstWidth; x++) { in swizzle_rgb_to_bgra()
437 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_rgb_to_565() argument
442 for (int x = 0; x < dstWidth; x++) { in swizzle_rgb_to_565()
451 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_rgba_to_rgba_premul() argument
456 for (int x = 0; x < dstWidth; x++) { in swizzle_rgba_to_rgba_premul()
463 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_rgba_to_bgra_premul() argument
468 for (int x = 0; x < dstWidth; x++) { in swizzle_rgba_to_bgra_premul()
497 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_rgba_to_bgra_unpremul() argument
502 for (int x = 0; x < dstWidth; x++) { in swizzle_rgba_to_bgra_unpremul()
673 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_cmyk_to_rgba() argument
678 for (int x = 0; x < dstWidth; x++) { in swizzle_cmyk_to_rgba()
689 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_cmyk_to_bgra() argument
694 for (int x = 0; x < dstWidth; x++) { in swizzle_cmyk_to_bgra()
727 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_cmyk_to_565() argument
732 for (int x = 0; x < dstWidth; x++) { in swizzle_cmyk_to_565()
763 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in SkipLeading8888ZerosThen() argument
772 while (dstWidth > 0 && *src32 == 0x00000000) { in SkipLeading8888ZerosThen()
773 dstWidth--; in SkipLeading8888ZerosThen()
777 proc(dst32, (const uint8_t*)src32, dstWidth, bpp, deltaSrc, 0, ctable); in SkipLeading8888ZerosThen()
1153 int dstWidth = srcWidth; in Make() local
1160 dstWidth = srcWidth; in Make()
1167 dstOffset, dstWidth, srcBPP, dstBPP)); in Make()
1171 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) in SkSwizzler() argument
1181 , fDstWidth(dstWidth) in SkSwizzler()
1183 , fAllocatedWidth(dstWidth) in SkSwizzler()