/external/skia/src/images/ |
D | SkScaledBitmapSampler.cpp | 19 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_Gray_D8888() 36 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_RGBx_D8888() 53 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_RGBA_D8888() 68 const SkPMColor[]) { in Sample_RGBA_D8888_Unpremul() 83 const SkPMColor[]) { in Sample_RGBA_D8888_SkipZ() 116 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_Gray_D565() 127 int width, int deltaSrc, int y, const SkPMColor[]) { in Sample_Gray_D565_D() 148 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_RGBx_D565() 160 const SkPMColor[]) { in Sample_RGBx_D565_D() 182 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_D565_D565() [all …]
|
D | SkImageEncoder_argb.cpp | 25 static void ARGB_8888_To_ARGB(const uint8_t* in, uint8_t* argb, int width, const SkPMColor*) { in ARGB_8888_To_ARGB() 37 static void RGB_565_To_ARGB(const uint8_t* in, uint8_t* argb, int width, const SkPMColor*) { in RGB_565_To_ARGB() 49 static void ARGB_4444_To_ARGB(const uint8_t* in, uint8_t* argb, int width, const SkPMColor*) { in ARGB_4444_To_ARGB()
|
D | SkImageDecoder_libwebp.cpp | 334 const SkPMColor*) { in ARGB_8888_To_RGB() 346 const SkPMColor*) { in ARGB_8888_To_RGBA() 371 const SkPMColor*) { in RGB_565_To_RGB() 383 const SkPMColor*) { in ARGB_4444_To_RGB() 395 const SkPMColor*) { in ARGB_4444_To_RGBA()
|
D | SkImageDecoder_libjpeg.cpp | 760 const SkPMColor*) { in Write_32_RGB() 773 const SkPMColor*) { in Write_4444_RGB() 786 const SkPMColor*) { in Write_16_RGB()
|
/external/skia/src/utils/ |
D | SkImageGeneratorUtils.cpp | 32 SkPMColor*, int*) override { in onGetPixels() argument 111 SkPMColor*, int*) override { in onGetPixels() argument
|
/external/skia/src/codec/ |
D | SkWebpCodec.cpp | 161 const Options& options, SkPMColor*, int*, in onGetPixels() argument
|
D | SkSwizzler.cpp | 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()
|
D | SkJpegCodec.cpp | 278 const Options& options, SkPMColor*, int*, in onGetPixels() argument
|
/external/skia/src/opts/ |
D | SkBlitMask_opts_arm_neon.cpp | 80 void SkBlitLCD16Row_neon(SkPMColor dst[], const uint16_t src[], in SkBlitLCD16Row_neon() argument
|
D | SkBlitRow_opts_SSE2.cpp | 505 void SkBlitLCD16Row_SSE2(SkPMColor dst[], const uint16_t mask[], in SkBlitLCD16Row_SSE2() argument
|
/external/skia/include/core/ |
D | SkColor.h | 146 typedef uint32_t SkPMColor; typedef
|
D | SkColorPriv.h | 1034 static inline void SkBlitLCD16Row(SkPMColor dst[], const uint16_t mask[], in SkBlitLCD16Row() argument
|
/external/skia/include/codec/ |
D | SkCodec.h | 656 const SkCodec::Options& /*options*/, SkPMColor* /*ctable*/, int* /*ctableCount*/) { in onStartScanlineDecode() argument
|