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

  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 606 CTFontRef fCTVerticalFont; // for vertical advance
620 , fCTVerticalFont(NULL)
677 fCTVerticalFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize,
695 CFSafeRelease(fCTVerticalFont);
806 CTFontGetVerticalTranslationsForGlyphs(fCTVerticalFont, &glyphID, &vertOffset, 1);
961 CTFontGetBoundingRectsForGlyphs(fCTVerticalFont,
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 630 AutoCFRelease<CTFontRef> fCTVerticalFont; // for vertical advance
696 fCTVerticalFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize, &transform, NULL);
814 CTFontGetVerticalTranslationsForGlyphs(fCTVerticalFont, &glyphID, &vertOffset, 1);
932 CTFontGetBoundingRectsForGlyphs(fCTVerticalFont, kCTFontVerticalOrientation,
940 CTFontGetAdvancesForGlyphs(fCTVerticalFont, kCTFontVerticalOrientation,
    [all...]

Completed in 31 milliseconds