Home
last modified time | relevance | path

Searched refs:fFontRef (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/ports/
DSkTypeface_mac_ct.h75 , fFontRef(std::move(fontRef)) in SkTypeface_Mac()
78 SkToBool(CTFontGetSymbolicTraits(fFontRef.get()) & kCTFontColorGlyphsTrait)) in SkTypeface_Mac()
82 SkASSERT(fFontRef); in SkTypeface_Mac()
90 SkUniqueCFRef<CTFontRef> fFontRef; variable
118 void* onGetCTFontRef() const override { return (void*)fFontRef.get(); } in onGetCTFontRef()
DSkTypeface_mac_ct.cpp548 SkCTFontCreateExactCopy(fFontRef.get(), CTFontGetUnitsPerEm(fFontRef.get()), in getGlyphToUnicodeMap()
557 SkCTFontCreateExactCopy(fFontRef.get(), CTFontGetUnitsPerEm(fFontRef.get()), in onGetAdvancedMetrics()
680 SK_SFNT_ULONG fontType = get_font_type_tag(fFontRef.get()); in onOpenStream()
782 SkUniqueCFRef<CFArrayRef> ctAxes(CTFontCopyVariationAxes(fFontRef.get())); in onGetVariationDesignPosition()
792 SkUniqueCFRef<CFDictionaryRef> ctVariation(CTFontCopyVariation(fFontRef.get())); in onGetVariationDesignPosition()
829 SkUniqueCFRef<CGFontRef> cgFont(CTFontCopyGraphicsFont(fFontRef.get(), nullptr)); in onGetUPEM()
839 CTFontCopyLocalizedName(fFontRef.get(), kCTFontFamilyNameKey, &cfLanguageRaw)); in onCreateFamilyNameIterator()
860 CTFontCopyAvailableTables(fFontRef.get(), kCTFontTableOptionNoOptions)); in onGetTableTags()
890 SkUniqueCFRef<CFDataRef> srcData = copy_table_from_font(fFontRef.get(), tag); in onGetTableData()
909 SkUniqueCFRef<CFDataRef> srcData = copy_table_from_font(fFontRef.get(), tag); in onCopyTableData()
[all …]
/external/skqp/src/ports/
DSkFontHost_mac.cpp715 , fFontRef(std::move(fontRef)) in SkTypeface_Mac()
718 SkToBool(CTFontGetSymbolicTraits(fFontRef.get()) & kCTFontColorGlyphsTrait)) in SkTypeface_Mac()
721 SkASSERT(fFontRef); in SkTypeface_Mac()
724 SkUniqueCFRef<CTFontRef> fFontRef; member in SkTypeface_Mac
748 void* onGetCTFontRef() const override { return (void*)fFontRef.get(); } in onGetCTFontRef()
1655 ctfont_create_exact_copy(fFontRef.get(), CTFontGetUnitsPerEm(fFontRef.get()), nullptr); in getGlyphToUnicodeMap()
1665 ctfont_create_exact_copy(fFontRef.get(), CTFontGetUnitsPerEm(fFontRef.get()), nullptr); in onGetAdvancedMetrics()
1787 SK_SFNT_ULONG fontType = get_font_type_tag(fFontRef.get()); in onOpenStream()
1997 if (get_variations(fFontRef.get(), &cgAxisCount, &axisValues)) { in onMakeFontData()
2050 SkUniqueCFRef<CFArrayRef> ctAxes(CTFontCopyVariationAxes(fFontRef.get())); in onGetVariationDesignPosition()
[all …]