Home | History | Annotate | Download | only in ports

Lines Matching refs:getCG

276     CGRGBPixel* getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph,
699 CGRGBPixel* Offscreen::getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph,
1271 bkPixels = fBlackScreen.getCG(*this, glyph, false, cgGlyph, &cgRowBytes);
1276 wtPixels = fWhiteScreen.getCG(*this, glyph, true, cgGlyph, &cgRowBytes);
1286 cgPixels = fWhiteScreen.getCG(*this, glyph, true, cgGlyph, &cgRowBytes);
1292 CGRGBPixel* cgPixels = fOffscreen.getCG(*this, glyph, fgColorIsWhite, cgGlyph,