Lines Matching defs:bpp

31 static void copy(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset,  in copy()
40 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample1()
50 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample2()
60 static void sample4(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample4()
70 static void sample6(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample6()
81 static void sample8(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample8()
101 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_grayscale()
126 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_n32()
149 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_565()
172 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_f16()
203 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_small_index_to_565()
224 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_small_index_to_n32()
247 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_index_to_n32()
260 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_index_to_n32_skipZ()
288 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_gray_to_n32()
299 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_gray_to_n32()
326 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in swizzle_grayalpha_to_n32_unpremul()
338 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_grayalpha_to_n32_unpremul()
351 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in swizzle_grayalpha_to_n32_premul()
364 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_grayalpha_to_n32_premul()
376 static void swizzle_grayalpha_to_a8(void* dst, const uint8_t* src, int width, int bpp, in swizzle_grayalpha_to_a8()
390 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_bgr_to_565()
404 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_rgb_to_rgba()
416 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_rgb_to_bgra()
427 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, in fast_swizzle_rgb_to_rgba()
438 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, in fast_swizzle_rgb_to_bgra()
464 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_rgba_to_rgba_premul()
476 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_rgba_to_bgra_premul()
487 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, in fast_swizzle_rgba_to_rgba_premul()
498 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, in fast_swizzle_rgba_to_bgra_premul()
510 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_rgba_to_bgra_unpremul()
522 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_rgba_to_bgra_unpremul()
535 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in swizzle_rgb16_to_rgba()
550 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in swizzle_rgb16_to_bgra()
565 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in swizzle_rgb16_to_565()
580 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in swizzle_rgba16_to_rgba_unpremul()
595 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in swizzle_rgba16_to_rgba_premul()
610 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in swizzle_rgba16_to_bgra_unpremul()
625 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in swizzle_rgba16_to_bgra_premul()
686 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_cmyk_to_rgba()
702 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_cmyk_to_bgra()
717 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_cmyk_to_rgba()
728 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_cmyk_to_bgra()
740 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_cmyk_to_565()
757 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in SkipLeadingGrayAlphaZerosThen()
776 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in SkipLeading8888ZerosThen()