|
static void | copy (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | sample1 (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | sample2 (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | sample4 (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | sample6 (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | sample8 (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_bit_to_grayscale (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor *) |
|
static void | swizzle_bit_to_n32 (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor *) |
|
static void | swizzle_bit_to_565 (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor *) |
|
static void | swizzle_bit_to_f16 (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor *) |
|
static void | swizzle_small_index_to_565 (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_small_index_to_n32 (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_index_to_n32 (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_index_to_n32_skipZ (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_index_to_565 (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_gray_to_n32 (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | fast_swizzle_gray_to_n32 (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_gray_to_565 (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_grayalpha_to_n32_unpremul (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | fast_swizzle_grayalpha_to_n32_unpremul (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_grayalpha_to_n32_premul (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | fast_swizzle_grayalpha_to_n32_premul (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_grayalpha_to_a8 (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor[]) |
|
static void | swizzle_bgr_to_565 (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_rgb_to_rgba (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_rgb_to_bgra (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | fast_swizzle_rgb_to_rgba (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | fast_swizzle_rgb_to_bgra (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_rgb_to_565 (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_rgba_to_rgba_premul (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_rgba_to_bgra_premul (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | fast_swizzle_rgba_to_rgba_premul (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | fast_swizzle_rgba_to_bgra_premul (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_rgba_to_bgra_unpremul (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | fast_swizzle_rgba_to_bgra_unpremul (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_rgb16_to_rgba (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_rgb16_to_bgra (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_rgb16_to_565 (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_rgba16_to_rgba_unpremul (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_rgba16_to_rgba_premul (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_rgba16_to_bgra_unpremul (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_rgba16_to_bgra_premul (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_cmyk_to_rgba (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_cmyk_to_bgra (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | fast_swizzle_cmyk_to_rgba (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | fast_swizzle_cmyk_to_bgra (void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|
static void | swizzle_cmyk_to_565 (void *SK_RESTRICT dstRow, const uint8_t *SK_RESTRICT src, int dstWidth, int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) |
|