Searched defs:cgPixels (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/ports/ |
D | SkScalerContext_mac_ct.cpp | 388 static void RGBToA8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, in RGBToA8() 419 static void RGBToLcd16(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, in RGBToLcd16() 455 CGRGBPixel* cgPixels = fOffscreen.getCG(*this, glyph, cgGlyph, &cgRowBytes, requestSmooth); in generateImage() local
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_mac.cpp | 1291 void SkScalerContext_Mac::RGBToA8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, in RGBToA8() 1322 void SkScalerContext_Mac::RGBToLcd16(const CGRGBPixel* SK_RESTRICT cgPixels, in RGBToLcd16() 1360 CGRGBPixel* cgPixels = fOffscreen.getCG(*this, glyph, cgGlyph, &cgRowBytes, requestSmooth); in generateImage() local
|