Searched refs:SkMasks (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/codec/ |
D | SkMasks.cpp | 71 uint8_t SkMasks::getRed(uint32_t pixel) { in getRed() 74 uint8_t SkMasks::getGreen(uint32_t pixel) { in getGreen() 77 uint8_t SkMasks::getBlue(uint32_t pixel) { in getBlue() 80 uint8_t SkMasks::getAlpha(uint32_t pixel) { in getAlpha() 89 const SkMasks::MaskInfo process_mask(uint32_t mask, uint32_t bpp) { in process_mask() 120 const SkMasks::MaskInfo info = { mask, shift, size }; in process_mask() 129 SkMasks* SkMasks::CreateMasks(InputMasks masks, uint32_t bitsPerPixel) { in CreateMasks() 151 return SkNEW_ARGS(SkMasks, (red, green, blue, alpha)); in CreateMasks() 155 SkMasks::SkMasks(const MaskInfo red, const MaskInfo green, in SkMasks() function in SkMasks
|
D | SkMaskSwizzler.cpp | 13 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask16_to_n32_opaque() 29 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask16_to_n32_unpremul() 48 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask16_to_n32_premul() 67 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask24_to_n32_opaque() 82 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask24_to_n32_unpremul() 100 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask24_to_n32_premul() 118 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask32_to_n32_opaque() 134 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask32_to_n32_unpremul() 153 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask32_to_n32_premul() 177 const SkImageInfo& info, void* dst, size_t dstRowBytes, SkMasks* masks, in CreateMaskSwizzler() [all …]
|
D | SkMaskSwizzler.h | 29 SkMasks* masks, 48 SkMasks* masks); 56 SkMasks* masks, RowProc proc); 62 SkMasks* fMasks; // unowned
|
D | SkMasks.h | 14 class SkMasks { 45 static SkMasks* CreateMasks(InputMasks masks, uint32_t bpp); 74 SkMasks(const MaskInfo red, const MaskInfo green, const MaskInfo blue,
|
D | SkCodec_libbmp.h | 176 SkMasks* masks, uint32_t numColors, uint32_t bytesPerColor, 183 SkAutoTDelete<SkMasks> fMasks; // owned
|
D | SkCodec_libbmp.cpp | 329 SkMasks::InputMasks inputMasks; in ReadHeader() 330 memset(&inputMasks, 0, sizeof(SkMasks::InputMasks)); in ReadHeader() 489 SkAutoTDelete<SkMasks> in ReadHeader() 490 masks(SkMasks::CreateMasks(inputMasks, bitsPerPixel)); in ReadHeader() 552 SkMasks* masks, uint32_t numColors, in SkBmpCodec()
|
/external/skia/gyp/ |
D | codec.gyp | 45 '../src/codec/SkMasks.cpp',
|
/external/skia/ |
D | Android.mk | 84 src/codec/SkMasks.cpp \
|