Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
H A DSkScalerContext_mac_ct.cpp187 if (!fCG || fSize.fWidth < glyph.width() || fSize.fHeight < glyph.height()) { in getCG()
201 fCG.reset(CGBitmapContextCreate(image, fSize.fWidth, fSize.fHeight, 8, in getCG()
206 CGContextSetAllowsFontSubpixelQuantization(fCG.get(), false); in getCG()
207 CGContextSetShouldSubpixelQuantizeFonts(fCG.get(), false); in getCG()
212 CGContextSetAllowsFontSubpixelPositioning(fCG.get(), true); in getCG()
213 CGContextSetShouldSubpixelPositionFonts(fCG.get(), true); in getCG()
215 CGContextSetTextDrawingMode(fCG.get(), kCGTextFill); in getCG()
218 CGContextSetGrayFillColor(fCG.get(), 0.0f, 1.0f); in getCG()
224 CGContextSetTextMatrix(fCG.get(), context.fTransform); in getCG()
228 CGContextSetShouldAntialias(fCG in getCG()
[all...]
H A DSkScalerContext_mac_ct.h58 , fCG(nullptr) in Offscreen()
76 SkUniqueCFRef<CGContextRef> fCG; member in SkScalerContext_Mac::Offscreen

Completed in 3 milliseconds