Lines Matching defs:ctFont
394 SkUniqueCFRef<CTFontRef> ctFont( in smooth_behavior() local
794 SkUniqueCFRef<CTFontRef> ctFont(CTFontCreateWithFontDescriptor(desc, 0, nullptr)); in create_from_desc() local
863 SkUniqueCFRef<CTFontRef> ctFont(CTFontCreateWithFontDescriptor(desc, 0, nullptr)); in create_from_desc_and_style() local
1024 CTFontRef ctFont = (CTFontRef)this->getTypeface()->internal_private_getCTFontRef(); in SkScalerContext_Mac() local
1605 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode_slow()
1626 CTFontRef ctFont, in get_plane_glyph_map()
1662 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode()
1722 SkUniqueCFRef<CTFontRef> ctFont = in getGlyphToUnicodeMap() local
1730 SkUniqueCFRef<CTFontRef> ctFont = in onGetAdvancedMetrics() local
1823 static SK_SFNT_ULONG get_font_type_tag(CTFontRef ctFont) { in get_font_type_tag()
2004 static bool get_variations(CTFontRef ctFont, CFIndex* cgAxisCount, in get_variations()
2249 static SkUniqueCFRef<CFDataRef> copy_table_from_font(CTFontRef ctFont, SkFontTableTag tag) { in copy_table_from_font()