Home
last modified time | relevance | path

Searched refs:CGRGBPixel (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/ports/
DSkScalerContext_mac_ct.cpp104 static unsigned CGRGBPixel_getAlpha(CGRGBPixel pixel) { in CGRGBPixel_getAlpha()
153 CGRGBPixel* SkScalerContext_Mac::Offscreen::getCG(const SkScalerContext_Mac& context, in getCG()
186 size_t rowBytes = fSize.fWidth * sizeof(CGRGBPixel); in getCG()
195 rowBytes = fSize.fWidth * sizeof(CGRGBPixel); in getCG()
236 CGRGBPixel* image = (CGRGBPixel*)fImageStorage.get(); in getCG()
362 static void cgpixels_to_bits(uint8_t dst[], const CGRGBPixel src[], int count) { in cgpixels_to_bits()
376 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { in rgb_to_a8()
388 static void RGBToA8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, in RGBToA8()
399 cgPixels = SkTAddOffset<const CGRGBPixel>(cgPixels, cgRowBytes); in RGBToA8()
405 static uint16_t RGBToLcd16(CGRGBPixel rgb, in RGBToLcd16()
[all …]
DSkScalerContext_mac_ct.h40 typedef uint32_t CGRGBPixel; typedef
65 CGRGBPixel* getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph,
70 kSize = 32 * 32 * sizeof(CGRGBPixel)
/external/skqp/src/ports/
DSkFontHost_mac.cpp153 typedef uint32_t CGRGBPixel; typedef
155 static unsigned CGRGBPixel_getAlpha(CGRGBPixel pixel) { in CGRGBPixel_getAlpha()
459 CGRGBPixel* getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph,
464 kSize = 32 * 32 * sizeof(CGRGBPixel)
1007 CGRGBPixel* Offscreen::getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph, in getCG()
1039 size_t rowBytes = fSize.fWidth * sizeof(CGRGBPixel); in getCG()
1048 rowBytes = fSize.fWidth * sizeof(CGRGBPixel); in getCG()
1089 CGRGBPixel* image = (CGRGBPixel*)fImageStorage.get(); in getCG()
1240 static void cgpixels_to_bits(uint8_t dst[], const CGRGBPixel src[], int count) { in cgpixels_to_bits()
1254 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { in rgb_to_a8()
[all …]