Home
last modified time | relevance | path

Searched refs:SkTypeface_Mac (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/ports/
DSkTypeface_mac_ct.cpp231 sk_sp<SkTypeface> SkTypeface_Mac::Make(SkUniqueCFRef<CTFontRef> font, in Make()
246 return sk_sp<SkTypeface>(new SkTypeface_Mac(std::move(font), style, isFixedPitch, in Make()
270 return SkTypeface_Mac::Make(SkUniqueCFRef<CTFontRef>(font), in SkMakeTypefaceFromCTFont()
546 void SkTypeface_Mac::getGlyphToUnicodeMap(SkUnichar* dstArray) const { in getGlyphToUnicodeMap()
554 std::unique_ptr<SkAdvancedTypefaceMetrics> SkTypeface_Mac::onGetAdvancedMetrics() const { in onGetAdvancedMetrics()
672 std::unique_ptr<SkStreamAsset> SkTypeface_Mac::onOpenStream(int* ttcIndex) const { in onOpenStream()
779 int SkTypeface_Mac::onGetVariationDesignPosition( in onGetVariationDesignPosition()
828 int SkTypeface_Mac::onGetUPEM() const { in onGetUPEM()
833 SkTypeface::LocalizedStrings* SkTypeface_Mac::onCreateFamilyNameIterator() const { in onCreateFamilyNameIterator()
858 int SkTypeface_Mac::onGetTableTags(SkFontTableTag tags[]) const { in onGetTableTags()
[all …]
DSkScalerContext_mac_ct.h36 class SkTypeface_Mac; variable
44 SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, const SkScalerContextEffects&, const SkDescriptor*);
DSkFontMgr_mac_ct.cpp54 return SkTypeface_Mac::Make(std::move(ctFont), OpszVariation(), nullptr); in create_from_desc()
169 return SkTypeface_Mac::Make(std::move(ctFont), OpszVariation(), nullptr); in create_from_desc_and_style()
557 return SkTypeface_Mac::Make(std::move(fallbackFont), OpszVariation(), nullptr).release(); in onMatchFamilyStyleCharacter()
570 return SkTypeface_Mac::Make(std::move(ct), OpszVariation(), in onMakeFromData()
589 return SkTypeface_Mac::Make(std::move(ct), OpszVariation(), std::move(stream)); in onMakeFromStreamIndex()
630 return SkTypeface_Mac::Make(std::move(ctVariant), ctVariation.opsz, std::move(stream)); in onMakeFromStreamArgs()
668 return SkTypeface_Mac::Make(std::move(ctVariant), ctVariation.opsz, in onMakeFromFontData()
DSkTypeface_mac_ct.h70 class SkTypeface_Mac : public SkTypeface {
72 SkTypeface_Mac(SkUniqueCFRef<CTFontRef> fontRef, const SkFontStyle& fs, bool isFixedPitch, in SkTypeface_Mac() function
DSkScalerContext_mac_ct.cpp117 SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac> typeface, in SkScalerContext_Mac()
145 ((SkTypeface_Mac*)this->getTypeface())->fOpszVariation); in SkScalerContext_Mac()
/external/skqp/src/ports/
DSkFontHost_mac.cpp709 class SkTypeface_Mac : public SkTypeface { class
711 SkTypeface_Mac(SkUniqueCFRef<CTFontRef> fontRef, SkUniqueCFRef<CFTypeRef> resourceRef, in SkTypeface_Mac() function in SkTypeface_Mac
781 SkTypeface* face = new SkTypeface_Mac(std::move(font), std::move(resource), in create_from_CTFontRef()
900 SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, const SkScalerContextEffects&, const SkDescriptor*);
971 SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac> typeface, in SkScalerContext_Mac()
1652 void SkTypeface_Mac::getGlyphToUnicodeMap(SkUnichar* dstArray) const { in getGlyphToUnicodeMap()
1660 std::unique_ptr<SkAdvancedTypefaceMetrics> SkTypeface_Mac::onGetAdvancedMetrics() const { in onGetAdvancedMetrics()
1786 SkStreamAsset* SkTypeface_Mac::onOpenStream(int* ttcIndex) const { in onOpenStream()
1991 std::unique_ptr<SkFontData> SkTypeface_Mac::onMakeFontData() const { in onMakeFontData()
2043 int SkTypeface_Mac::onGetVariationDesignPosition( in onGetVariationDesignPosition()
[all …]