/external/skqp/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_rgba_opaque() 30 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_opaque() 47 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_unpremul() 65 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_unpremul() 83 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_premul() 101 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_premul() 121 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_565() 138 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_opaque() 155 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_opaque() 172 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_unpremul() [all …]
|
D | SkMaskSwizzler.h | 29 SkMasks* masks, 55 SkMasks* masks, uint32_t startX, uint32_t sampleX); 57 SkMaskSwizzler(SkMasks* masks, RowProc proc, int subsetWidth, int srcOffset); 61 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 | 35 uint16_t bitsPerPixel, SkMasks* masks, 57 std::unique_ptr<SkMasks> fMasks;
|
D | SkBmpCodec.cpp | 293 SkMasks::InputMasks inputMasks; in ReadHeader() 294 memset(&inputMasks, 0, sizeof(SkMasks::InputMasks)); in ReadHeader() 523 std::unique_ptr<SkMasks> masks(SkMasks::CreateMasks(inputMasks, bitsPerPixel)); in ReadHeader()
|
D | SkBmpMaskCodec.cpp | 17 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
|
/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 static SkMasks::MaskInfo process_mask(uint32_t mask) { in process_mask() 127 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks() 149 return new SkMasks(process_mask(masks.red ), in CreateMasks()
|
D | SkMaskSwizzler.cpp | 13 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_opaque() 30 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_opaque() 47 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_unpremul() 65 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_unpremul() 83 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_premul() 101 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_premul() 121 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_565() 138 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_opaque() 155 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_opaque() 172 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_unpremul() [all …]
|
D | SkMaskSwizzler.h | 29 SkMasks* masks, 55 SkMasks* masks, uint32_t startX, uint32_t sampleX); 57 SkMaskSwizzler(SkMasks* masks, RowProc proc, int subsetWidth, int srcOffset); 61 SkMasks* fMasks; // unowned
|
D | SkMasks.h | 13 class SkMasks { 22 constexpr SkMasks(const MaskInfo red, const MaskInfo green, const MaskInfo blue, in SkMasks() function 38 static SkMasks* CreateMasks(InputMasks masks, int bytesPerPixel);
|
D | SkBmpMaskCodec.h | 35 uint16_t bitsPerPixel, SkMasks* masks, 57 std::unique_ptr<SkMasks> fMasks;
|
D | SkBmpCodec.cpp | 296 SkMasks::InputMasks inputMasks; in ReadHeader() 297 memset(&inputMasks, 0, sizeof(SkMasks::InputMasks)); in ReadHeader() 527 std::unique_ptr<SkMasks> masks(SkMasks::CreateMasks(inputMasks, bitsPerPixel/8)); in ReadHeader()
|
D | SkBmpMaskCodec.cpp | 17 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
|
/external/skqp/src/gpu/text/ |
D | GrStrikeCache.h | 123 const SkMasks& getMasks() const { return *f565Masks; } in getMasks() 141 std::unique_ptr<const SkMasks> f565Masks;
|
D | GrStrikeCache.cpp | 19 , f565Masks(SkMasks::CreateMasks({0xF800, 0x07E0, 0x001F, 0}, in GrStrikeCache() 85 void* dst, const SkMasks& masks) { in get_packed_glyph_image()
|
/external/skia/src/gpu/text/ |
D | GrAtlasManager.cpp | 103 static constexpr SkMasks masks{ in get_packed_glyph_image()
|
/external/pdfium/skia/ |
D | BUILD.gn | 177 "//third_party/skia/src/codec/SkMasks.cpp",
|
/external/skqp/ |
D | BUILD.gn | 947 "src/codec/SkMasks.cpp", 2256 "src/codec/SkMasks.cpp",
|
D | Android.bp | 586 "src/codec/SkMasks.cpp",
|
/external/skia/ |
D | Android.bp | 184 "src/codec/SkMasks.cpp", 953 "src/codec/SkMasks.cpp",
|
D | BUILD.gn | 1340 "src/codec/SkMasks.cpp",
|