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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp684 * TODO: A future optimization will compute fFBoundingBoxes once per fCTFont.
696 AutoCFRelease<CTFontRef> fCTFont; member in class:SkScalerContext_Mac
698 /** Vertical variant of fCTFont.
753 fCTFont.reset(CTFontCreateCopyWithAttributes(ctFont, 1, &transform, ctFontDesc));
754 fCGFont.reset(CTFontCopyGraphicsFont(fCTFont, NULL));
811 CGContextSetFontSize(fCG, 1 /*CTFontGetSize(context.fCTFont)*/);
812 CGContextSetTextMatrix(fCG, CTFontGetMatrix(context.fCTFont));
873 CTFontGetVerticalTranslationsForGlyphs(fCTFont, &glyphID, &cgVertOffset, 1);
953 CTFontGetGlyphsForCharacters(fCTFont, theChar, cgGlyph, numUniChar);
971 CTFontGetAdvancesForGlyphs(fCTFont, kCTFontHorizontalOrientatio
[all...]
/external/skia/src/ports/
H A DSkFontHost_mac.cpp684 * TODO: A future optimization will compute fFBoundingBoxes once per fCTFont.
696 AutoCFRelease<CTFontRef> fCTFont; member in class:SkScalerContext_Mac
698 /** Vertical variant of fCTFont.
753 fCTFont = CTFontCreateCopyWithAttributes(ctFont, 1, &transform, ctFontDesc);
754 fCGFont = CTFontCopyGraphicsFont(fCTFont, NULL);
811 CGContextSetFontSize(fCG, 1 /*CTFontGetSize(context.fCTFont)*/);
812 CGContextSetTextMatrix(fCG, CTFontGetMatrix(context.fCTFont));
873 CTFontGetVerticalTranslationsForGlyphs(fCTFont, &glyphID, &cgVertOffset, 1);
953 CTFontGetGlyphsForCharacters(fCTFont, theChar, cgGlyph, numUniChar);
971 CTFontGetAdvancesForGlyphs(fCTFont, kCTFontHorizontalOrientatio
[all...]

Completed in 408 milliseconds