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()
367 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bgr_to_565() argument
372 for (int x = 0; x < dstWidth; x++) { in swizzle_bgr_to_565()
381 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_rgb_to_rgba() argument
386 for (int x = 0; x < dstWidth; x++) { in swizzle_rgb_to_rgba()
393 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_rgb_to_bgra() argument
398 for (int x = 0; x < dstWidth; x++) { in swizzle_rgb_to_bgra()
427 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_rgb_to_565() argument
432 for (int x = 0; x < dstWidth; x++) { in swizzle_rgb_to_565()
441 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_rgba_to_rgba_premul() argument
446 for (int x = 0; x < dstWidth; x++) { in swizzle_rgba_to_rgba_premul()
453 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_rgba_to_bgra_premul() argument
458 for (int x = 0; x < dstWidth; x++) { in swizzle_rgba_to_bgra_premul()
487 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_rgba_to_bgra_unpremul() argument
492 for (int x = 0; x < dstWidth; x++) { in swizzle_rgba_to_bgra_unpremul()
663 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_cmyk_to_rgba() argument
668 for (int x = 0; x < dstWidth; x++) { in swizzle_cmyk_to_rgba()
679 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_cmyk_to_bgra() argument
684 for (int x = 0; x < dstWidth; x++) { in swizzle_cmyk_to_bgra()
717 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_cmyk_to_565() argument
722 for (int x = 0; x < dstWidth; x++) { in swizzle_cmyk_to_565()
753 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in SkipLeading8888ZerosThen() argument
762 while (dstWidth > 0 && *src32 == 0x00000000) { in SkipLeading8888ZerosThen()
763 dstWidth--; in SkipLeading8888ZerosThen()
767 proc(dst32, (const uint8_t*)src32, dstWidth, bpp, deltaSrc, 0, ctable); in SkipLeading8888ZerosThen()
1135 int dstWidth = srcWidth; in Make() local
1142 dstWidth = srcWidth; in Make()
1149 dstOffset, dstWidth, srcBPP, dstBPP)); in Make()
1153 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) in SkSwizzler() argument
1163 , fDstWidth(dstWidth) in SkSwizzler()
1165 , fAllocatedWidth(dstWidth) in SkSwizzler()