Home
last modified time | relevance | path

Searched defs:ctFont (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/utils/mac/
DSkCTFont.cpp236 SkUniqueCFRef<CTFontRef> ctFont(CTFontCreateWithFontDescriptor(desc.get(), 16, nullptr)); in SkCTFontGetSmoothBehavior() local
375 SkUniqueCFRef<CTFontRef> ctFont(CTFontCreateWithFontDescriptor(desc.get(), 9, nullptr)); in SkCTFontGetDataFontWeightMapping() local
/external/skia/src/ports/
DSkTypeface_mac_ct.cpp442 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode_slow()
463 CTFontRef ctFont, in get_plane_glyph_map()
499 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode()
547 SkUniqueCFRef<CTFontRef> ctFont = in getGlyphToUnicodeMap() local
556 SkUniqueCFRef<CTFontRef> ctFont = in onGetAdvancedMetrics() local
643 static SK_SFNT_ULONG get_font_type_tag(CTFontRef ctFont) { in get_font_type_tag()
878 static SkUniqueCFRef<CFDataRef> copy_table_from_font(CTFontRef ctFont, SkFontTableTag tag) { in copy_table_from_font()
1225 CTFontRef ctFont = fFontRef.get(); in onMakeClone() local
DSkFontMgr_mac_ct.cpp49 SkUniqueCFRef<CTFontRef> ctFont(CTFontCreateWithFontDescriptor(desc, 0, nullptr)); in create_from_desc() local
147 SkUniqueCFRef<CTFontRef> ctFont(CTFontCreateWithFontDescriptor(desc, 0, nullptr)); in create_from_desc_and_style() local
DSkScalerContext_mac_ct.cpp124 CTFontRef ctFont = (CTFontRef)this->getTypeface()->internal_private_getCTFontRef(); in SkScalerContext_Mac() local
/external/skqp/src/ports/
DSkFontHost_mac.cpp405 SkUniqueCFRef<CTFontRef> ctFont( in smooth_behavior() local
791 SkUniqueCFRef<CTFontRef> ctFont(CTFontCreateWithFontDescriptor(desc, 0, nullptr)); in create_from_desc() local
980 CTFontRef ctFont = (CTFontRef)this->getTypeface()->internal_private_getCTFontRef(); in SkScalerContext_Mac() local
1577 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode_slow()
1598 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode()
1654 SkUniqueCFRef<CTFontRef> ctFont = in getGlyphToUnicodeMap() local
1664 SkUniqueCFRef<CTFontRef> ctFont = in onGetAdvancedMetrics() local
1757 static SK_SFNT_ULONG get_font_type_tag(CTFontRef ctFont) { in get_font_type_tag()
1932 static bool get_variations(CTFontRef ctFont, CFIndex* cgAxisCount, in get_variations()
2177 static SkUniqueCFRef<CFDataRef> copy_table_from_font(CTFontRef ctFont, SkFontTableTag tag) { in copy_table_from_font()