Home | History | Annotate | Download | only in ports

Lines Matching refs:cgRowBytes

1121 static void rgb_to_a8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes,
1131 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes);
1146 static void rgb_to_lcd16(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, const SkGlyph& glyph,
1156 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes);
1171 static void rgb_to_lcd32(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, const SkGlyph& glyph,
1180 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes);
1213 size_t cgRowBytes;
1214 CGRGBPixel* cgPixels = fOffscreen.getCG(*this, glyph, cgGlyph, &cgRowBytes, generateA8FromLCD);
1241 addr = SkTAddByteOffset(addr, cgRowBytes);
1249 rgb_to_lcd32<true>(cgPixels, cgRowBytes, glyph,
1252 rgb_to_lcd32<false>(cgPixels, cgRowBytes, glyph,
1258 rgb_to_lcd16<true>(cgPixels, cgRowBytes, glyph,
1261 rgb_to_lcd16<false>(cgPixels, cgRowBytes, glyph,
1267 rgb_to_a8<true>(cgPixels, cgRowBytes, glyph, fPreBlend.fG);
1269 rgb_to_a8<false>(cgPixels, cgRowBytes, glyph, fPreBlend.fG);
1278 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes);
1291 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes);