HomeSort by relevance Sort by last modified time
    Searched refs:fCG (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 287 CGContextRef fCG;
298 Offscreen::Offscreen() : fRGBSpace(NULL), fCG(NULL) {
303 CFSafeRelease(fCG);
724 if (!fCG || fSize.fWidth < glyph.fWidth || fSize.fHeight < glyph.fHeight) {
725 CFSafeRelease(fCG);
735 fCG = CGBitmapContextCreate(image, fSize.fWidth, fSize.fHeight, 8,
740 CGContextSetAllowsFontSubpixelQuantization(fCG, false);
741 CGContextSetShouldSubpixelQuantizeFonts(fCG, false);
743 CGContextSetTextDrawingMode(fCG, kCGTextFill);
744 CGContextSetFont(fCG, context.fCGFont)
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 337 AutoCFRelease<CGContextRef> fCG;
347 Offscreen::Offscreen() : fRGBSpace(NULL), fCG(NULL) {
740 if (!fCG || fSize.fWidth < glyph.fWidth || fSize.fHeight < glyph.fHeight) {
750 fCG = CGBitmapContextCreate(image, fSize.fWidth, fSize.fHeight, 8,
755 CGContextSetAllowsFontSubpixelQuantization(fCG, false);
756 CGContextSetShouldSubpixelQuantizeFonts(fCG, false);
758 CGContextSetTextDrawingMode(fCG, kCGTextFill);
759 CGContextSetFont(fCG, context.fCGFont);
760 CGContextSetFontSize(fCG, 1);
761 CGContextSetTextMatrix(fCG, context.fTransform)
    [all...]

Completed in 53 milliseconds