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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp703 * Use fCTVerticalFont with kCTFontVerticalOrientation to get metrics in the same space.
705 AutoCFRelease<CTFontRef> fCTVerticalFont; member in class:SkScalerContext_Mac
758 fCTVerticalFont.reset(CTFontCreateCopyWithAttributes(ctFont, 1, &transform, NULL));
968 CTFontGetAdvancesForGlyphs(fCTVerticalFont, kCTFontVerticalOrientation,
/external/skia/src/ports/
H A DSkFontHost_mac.cpp703 * Use fCTVerticalFont with kCTFontVerticalOrientation to get metrics in the same space.
705 AutoCFRelease<CTFontRef> fCTVerticalFont; member in class:SkScalerContext_Mac
758 fCTVerticalFont = CTFontCreateCopyWithAttributes(ctFont, 1, &transform, NULL);
968 CTFontGetAdvancesForGlyphs(fCTVerticalFont, kCTFontVerticalOrientation,

Completed in 136 milliseconds