Lines Matching refs:CGRGBPixel

217 typedef uint32_t CGRGBPixel;  typedef
219 static unsigned CGRGBPixel_getAlpha(CGRGBPixel pixel) { in CGRGBPixel_getAlpha()
340 CGRGBPixel* getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph,
346 kSize = 32 * 32 * sizeof(CGRGBPixel)
802 CGRGBPixel* Offscreen::getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph, in getCG()
836 size_t rowBytes = fSize.fWidth * sizeof(CGRGBPixel); in getCG()
845 rowBytes = fSize.fWidth * sizeof(CGRGBPixel); in getCG()
892 CGRGBPixel* image = (CGRGBPixel*)fImageStorage.get(); in getCG()
1168 static void cgpixels_to_bits(uint8_t dst[], const CGRGBPixel src[], int count) { in cgpixels_to_bits()
1182 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { in rgb_to_a8()
1193 static void rgb_to_a8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, in rgb_to_a8()
1203 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes); in rgb_to_a8()
1209 static inline uint16_t rgb_to_lcd16(CGRGBPixel rgb, const uint8_t* tableR, in rgb_to_lcd16()
1223 static void rgb_to_lcd16(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, const SkGlyph& … in rgb_to_lcd16()
1233 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes); in rgb_to_lcd16()
1238 static SkPMColor cgpixels_to_pmcolor(CGRGBPixel rgb) { in cgpixels_to_pmcolor()
1257 CGRGBPixel* cgPixels = fOffscreen.getCG(*this, glyph, cgGlyph, &cgRowBytes, generateA8FromLCD); in generateImage()
1272 CGRGBPixel* addr = cgPixels; in generateImage()
1280 addr = SkTAddOffset<CGRGBPixel>(addr, cgRowBytes); in generateImage()
1308 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes); in generateImage()
1320 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes); in generateImage()