Searched refs:fCG (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp338 AutoCFRelease<CGContextRef> fCG; member in class:Offscreen
348 Offscreen::Offscreen() : fRGBSpace(NULL), fCG(NULL),
791 if (!fCG || fSize.fWidth < glyph.fWidth || fSize.fHeight < glyph.fHeight) {
801 fCG.reset(CGBitmapContextCreate(image, fSize.fWidth, fSize.fHeight, 8,
806 CGContextSetAllowsFontSubpixelQuantization(fCG, false);
807 CGContextSetShouldSubpixelQuantizeFonts(fCG, false);
809 CGContextSetTextDrawingMode(fCG, kCGTextFill);
810 CGContextSetFont(fCG, context.fCGFont);
811 CGContextSetFontSize(fCG, 1 /*CTFontGetSize(context.fCTFont)*/);
812 CGContextSetTextMatrix(fCG, CTFontGetMatri
[all...]
/external/skia/src/ports/
H A DSkFontHost_mac.cpp342 AutoCFRelease<CGContextRef> fCG; member in class:Offscreen
352 Offscreen::Offscreen() : fRGBSpace(NULL), fCG(NULL),
791 if (!fCG || fSize.fWidth < glyph.fWidth || fSize.fHeight < glyph.fHeight) {
801 fCG = CGBitmapContextCreate(image, fSize.fWidth, fSize.fHeight, 8,
806 CGContextSetAllowsFontSubpixelQuantization(fCG, false);
807 CGContextSetShouldSubpixelQuantizeFonts(fCG, false);
809 CGContextSetTextDrawingMode(fCG, kCGTextFill);
810 CGContextSetFont(fCG, context.fCGFont);
811 CGContextSetFontSize(fCG, 1 /*CTFontGetSize(context.fCTFont)*/);
812 CGContextSetTextMatrix(fCG, CTFontGetMatri
[all...]

Completed in 445 milliseconds