Lines Matching defs:bpp

14 static void copy(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset,  in copy()
23 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample1()
33 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample2()
43 static void sample4(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample4()
63 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_grayscale()
88 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_index()
109 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_n32()
132 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_565()
157 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_small_index_to_index()
178 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_small_index_to_565()
199 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_small_index_to_n32()
222 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_index_to_n32()
235 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_index_to_n32_skipZ()
263 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_gray_to_n32()
274 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_gray_to_n32()
301 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in swizzle_grayalpha_to_n32_unpremul()
313 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_grayalpha_to_n32_unpremul()
326 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in swizzle_grayalpha_to_n32_premul()
339 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_grayalpha_to_n32_premul()
355 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_bgrx_to_n32()
367 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_bgrx_to_565()
381 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_bgra_to_n32_unpremul()
393 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_bgra_to_n32_unpremul()
409 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_bgra_to_n32_premul()
421 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_bgra_to_n32_premul()
439 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_rgb_to_n32()
450 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, in fast_swizzle_rgb_to_n32()
480 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_rgba_to_n32_premul()
492 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, in fast_swizzle_rgba_to_n32_premul()
508 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_rgba_to_n32_unpremul()
520 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_rgba_to_n32_unpremul()
581 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_cmyk_to_n32()
596 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_cmyk_to_n32()
612 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_cmyk_to_565()
629 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in SkipLeadingGrayAlphaZerosThen()
648 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in SkipLeading8888ZerosThen()