Searched refs:SkTypeface_Mac (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/ports/ |
D | SkTypeface_mac_ct.cpp | 230 sk_sp<SkTypeface> SkTypeface_Mac::Make(SkUniqueCFRef<CTFontRef> font, in Make() 245 return sk_sp<SkTypeface>(new SkTypeface_Mac(std::move(font), style, isFixedPitch, in Make() 269 return SkTypeface_Mac::Make(SkUniqueCFRef<CTFontRef>(font), in SkMakeTypefaceFromCTFont() 545 void SkTypeface_Mac::getGlyphToUnicodeMap(SkUnichar* dstArray) const { in getGlyphToUnicodeMap() 553 std::unique_ptr<SkAdvancedTypefaceMetrics> SkTypeface_Mac::onGetAdvancedMetrics() const { in onGetAdvancedMetrics() 671 std::unique_ptr<SkStreamAsset> SkTypeface_Mac::onOpenStream(int* ttcIndex) const { in onOpenStream() 778 int SkTypeface_Mac::onGetVariationDesignPosition( in onGetVariationDesignPosition() 827 int SkTypeface_Mac::onGetUPEM() const { in onGetUPEM() 832 SkTypeface::LocalizedStrings* SkTypeface_Mac::onCreateFamilyNameIterator() const { in onCreateFamilyNameIterator() 857 int SkTypeface_Mac::onGetTableTags(SkFontTableTag tags[]) const { in onGetTableTags() [all …]
|
D | SkScalerContext_mac_ct.h | 36 class SkTypeface_Mac; variable 44 SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, const SkScalerContextEffects&, const SkDescriptor*);
|
D | SkFontMgr_mac_ct.cpp | 81 return SkTypeface_Mac::Make(std::move(ctFont), OpszVariation(), nullptr); in create_from_desc() 196 return SkTypeface_Mac::Make(std::move(ctFont), OpszVariation(), nullptr); in create_from_desc_and_style() 512 return SkTypeface_Mac::Make(std::move(fallbackFont), OpszVariation(), nullptr).release(); in onMatchFamilyStyleCharacter() 525 return SkTypeface_Mac::Make(std::move(ct), OpszVariation(), in onMakeFromData() 544 return SkTypeface_Mac::Make(std::move(ct), OpszVariation(), std::move(stream)); in onMakeFromStreamIndex() 585 return SkTypeface_Mac::Make(std::move(ctVariant), ctVariation.opsz, std::move(stream)); in onMakeFromStreamArgs()
|
D | SkTypeface_mac_ct.h | 70 class SkTypeface_Mac : public SkTypeface { 72 SkTypeface_Mac(SkUniqueCFRef<CTFontRef> fontRef, const SkFontStyle& fs, bool isFixedPitch, in SkTypeface_Mac() function
|
D | SkScalerContext_mac_ct.cpp | 117 SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac> typeface, in SkScalerContext_Mac() 145 ((SkTypeface_Mac*)this->getTypeface())->fOpszVariation); in SkScalerContext_Mac()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_mac.cpp | 698 class SkTypeface_Mac : public SkTypeface { class 700 SkTypeface_Mac(SkUniqueCFRef<CTFontRef> fontRef, SkUniqueCFRef<CFTypeRef> resourceRef, in SkTypeface_Mac() function in SkTypeface_Mac 784 sk_sp<SkTypeface> face(new SkTypeface_Mac(std::move(font), std::move(resource), in create_from_CTFontRef() 933 SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, const SkScalerContextEffects&, const SkDescriptor*); 1017 SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac> typeface, in SkScalerContext_Mac() 1721 void SkTypeface_Mac::getGlyphToUnicodeMap(SkUnichar* dstArray) const { in getGlyphToUnicodeMap() 1728 std::unique_ptr<SkAdvancedTypefaceMetrics> SkTypeface_Mac::onGetAdvancedMetrics() const { in onGetAdvancedMetrics() 1852 std::unique_ptr<SkStreamAsset> SkTypeface_Mac::onOpenStream(int* ttcIndex) const { in onOpenStream() 2063 std::unique_ptr<SkFontData> SkTypeface_Mac::onMakeFontData() const { in onMakeFontData() 2115 int SkTypeface_Mac::onGetVariationDesignPosition( in onGetVariationDesignPosition() [all …]
|