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

  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 605 CTFontRef fCTFont;
670 fCTFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize, &transform,
673 fCGFont = CTFontCopyGraphicsFont(fCTFont, NULL);
694 CFSafeRelease(fCTFont);
940 if (!CTFontGetGlyphsForCharacters(fCTFont, &theChar, &cgGlyph, 1))
967 CTFontGetBoundingRectsForGlyphs(fCTFont, kCTFontDefaultOrientation
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 629 AutoCFRelease<CTFontRef> fCTFont;
691 fCTFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize, &transform, ctFontDesc);
692 fCGFont = CTFontCopyGraphicsFont(fCTFont, NULL);
910 if (!CTFontGetGlyphsForCharacters(fCTFont, &theChar, &cgGlyph, 1)) {
937 CTFontGetBoundingRectsForGlyphs(fCTFont, kCTFontDefaultOrientation,
943 CTFontGetBoundingRectsForGlyphs(fCTFont, kCTFontDefaultOrientation,
945 CTFontGetAdvancesForGlyphs(fCTFont, kCTFontDefaultOrientation,
955 AutoCFRelease<CGPathRef> path(CTFontCreatePathForGlyph(fCTFont, cgGlyph, NULL));
    [all...]

Completed in 35 milliseconds