Home | History | Annotate | Download | only in ports

Lines Matching refs:cgPixels

1255     CGRGBPixel* cgPixels;
1272 cgPixels = bkPixels;
1277 cgPixels = wtPixels;
1286 cgPixels = fWhiteScreen.getCG(*this, glyph, true, cgGlyph, &cgRowBytes);
1292 CGRGBPixel* cgPixels = fOffscreen.getCG(*this, glyph, fgColorIsWhite, cgGlyph,
1297 if (cgPixels != NULL) {
1302 invertGammaMask(isWhite, (uint32_t*)cgPixels,
1314 dst[i] = rgb_to_lcd32(cgPixels[i] ^ xorMask);
1316 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes);
1326 dst[i] = rgb_to_lcd16(cgPixels[i] ^ xorMask);
1328 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes);
1337 unsigned alpha8 = CGRGBPixel_getAlpha(cgPixels[i]);
1343 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes);
1351 cgpixels_to_bits(dst, cgPixels, width);
1352 cgPixels = (CGRGBPixel*)((char*)cgPixels + cgRowBytes);