Home | History | Annotate | Download | only in ports

Lines Matching refs:cgRowBytes

1253     size_t cgRowBytes;
1271 bkPixels = fBlackScreen.getCG(*this, glyph, false, cgGlyph, &cgRowBytes);
1276 wtPixels = fWhiteScreen.getCG(*this, glyph, true, cgGlyph, &cgRowBytes);
1282 lerpPixels(wtPixels, bkPixels, glyph.fWidth, glyph.fHeight, cgRowBytes,
1286 cgPixels = fWhiteScreen.getCG(*this, glyph, true, cgGlyph, &cgRowBytes);
1293 &cgRowBytes);
1303 glyph.fWidth, glyph.fHeight, cgRowBytes);
1316 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes);
1328 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes);
1343 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes);
1352 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes);