Home
last modified time | relevance | path

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

/third_party/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
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp441 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode_slow()
462 CTFontRef ctFont, in get_plane_glyph_map()
498 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode()
546 SkUniqueCFRef<CTFontRef> ctFont = in getGlyphToUnicodeMap() local
555 SkUniqueCFRef<CTFontRef> ctFont = in onGetAdvancedMetrics() local
642 static SK_SFNT_ULONG get_font_type_tag(CTFontRef ctFont) { in get_font_type_tag()
877 static SkUniqueCFRef<CFDataRef> copy_table_from_font(CTFontRef ctFont, SkFontTableTag tag) { in copy_table_from_font()
1224 CTFontRef ctFont = fFontRef.get(); in onMakeClone() local
DSkFontMgr_mac_ct.cpp76 SkUniqueCFRef<CTFontRef> ctFont(CTFontCreateWithFontDescriptor(desc, 0, nullptr)); in create_from_desc() local
174 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