Searched defs:ctFont (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/ports/ |
D | SkFontHost_mac.cpp | 547 AutoCFRelease<CTFontRef> ctFont(CTFontCreateWithFontDescriptor(ctFontDesc, 0, nullptr)); in NewFromName() local 760 CTFontRef ctFont = typeface->fFontRef.get(); in SkScalerContext_Mac() local 1473 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode_slow() 1494 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode() 1537 static bool getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) { in getWidthAdvance() 1566 AutoCFRelease<CTFontRef> ctFont(ctfont_create_exact_copy( in onGetAdvancedTypefaceMetrics() local 1663 CTFontRef ctFont = typeface->fFontRef.get(); in get_font_type_tag() local 1905 static CFDataRef copyTableFromFont(CTFontRef ctFont, SkFontTableTag tag) { in copyTableFromFont() 2189 AutoCFRelease<CTFontRef> ctFont(CTFontCreateWithFontDescriptor(desc, 0, nullptr)); in createFromDesc() local
|