Searched refs:SkMasks (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/codec/ |
D | SkMasks.cpp | 71 uint8_t SkMasks::getRed(uint32_t pixel) const { in getRed() 74 uint8_t SkMasks::getGreen(uint32_t pixel) const { in getGreen() 77 uint8_t SkMasks::getBlue(uint32_t pixel) const { in getBlue() 80 uint8_t SkMasks::getAlpha(uint32_t pixel) const { 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 new 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() 30 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() 68 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_565() 85 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_n32_opaque() 102 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_n32_unpremul() 120 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_n32_premul() 138 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_565() 155 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_n32_opaque() 172 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_n32_unpremul() [all …]
|
D | SkMaskSwizzler.h | 30 SkMasks* masks, 54 SkMasks* masks, uint32_t startX, uint32_t sampleX); 56 SkMaskSwizzler(SkMasks* masks, RowProc proc, int subsetWidth, int srcOffset); 60 SkMasks* fMasks; // unowned
|
D | SkMasks.h | 17 class SkMasks { 48 static SkMasks* CreateMasks(InputMasks masks, uint32_t bpp); 77 SkMasks(const MaskInfo& red, const MaskInfo& green, const MaskInfo& blue,
|
D | SkBmpMaskCodec.h | 32 uint16_t bitsPerPixel, SkMasks* masks, 55 SkAutoTDelete<SkMasks> fMasks; // owned
|
D | SkBmpCodec.cpp | 280 SkMasks::InputMasks inputMasks; in ReadHeader() 281 memset(&inputMasks, 0, sizeof(SkMasks::InputMasks)); in ReadHeader() 450 SkAutoTDelete<SkMasks> in ReadHeader() 451 masks(SkMasks::CreateMasks(inputMasks, bitsPerPixel)); in ReadHeader()
|
D | SkBmpMaskCodec.cpp | 16 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
|
/external/skia/gyp/ |
D | codec.gyp | 49 '../src/codec/SkMasks.cpp',
|
/external/skia/ |
D | Android.mk | 82 src/codec/SkMasks.cpp \
|