Searched refs:SkTypeface_Custom (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/ports/ |
D | SkFontMgr_custom.h | 25 class SkTypeface_Custom : public SkTypeface_FreeType { 27 SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, 47 class SkTypeface_Empty : public SkTypeface_Custom { 57 using INHERITED = SkTypeface_Custom; 61 class SkTypeface_Stream : public SkTypeface_Custom { 75 using INHERITED = SkTypeface_Custom; 79 class SkTypeface_File : public SkTypeface_Custom { 92 using INHERITED = SkTypeface_Custom; 107 void appendTypeface(sk_sp<SkTypeface_Custom> typeface); 115 SkTArray<sk_sp<SkTypeface_Custom>> fStyles;
|
D | SkFontMgr_custom.cpp | 27 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom() function in SkTypeface_Custom 33 bool SkTypeface_Custom::isSysFont() const { return fIsSysFont; } in isSysFont() 35 void SkTypeface_Custom::onGetFamilyName(SkString* familyName) const { in onGetFamilyName() 39 void SkTypeface_Custom::onGetFontDescriptor(SkFontDescriptor* desc, bool* isLocal) const { in onGetFontDescriptor() 45 int SkTypeface_Custom::getIndex() const { return fIndex; } in getIndex() 130 void SkFontStyleSet_Custom::appendTypeface(sk_sp<SkTypeface_Custom> typeface) { in appendTypeface()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_custom.h | 25 class SkTypeface_Custom : public SkTypeface_FreeType { 27 SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, 47 class SkTypeface_Empty : public SkTypeface_Custom { 56 typedef SkTypeface_Custom INHERITED; 60 class SkTypeface_Stream : public SkTypeface_Custom { 74 typedef SkTypeface_Custom INHERITED; 78 class SkTypeface_File : public SkTypeface_Custom { 90 typedef SkTypeface_Custom INHERITED; 105 void appendTypeface(sk_sp<SkTypeface_Custom> typeface); 113 SkTArray<sk_sp<SkTypeface_Custom>> fStyles;
|
D | SkFontMgr_custom.cpp | 28 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom() function in SkTypeface_Custom 34 bool SkTypeface_Custom::isSysFont() const { return fIsSysFont; } in isSysFont() 36 void SkTypeface_Custom::onGetFamilyName(SkString* familyName) const { in onGetFamilyName() 40 void SkTypeface_Custom::onGetFontDescriptor(SkFontDescriptor* desc, bool* isLocal) const { in onGetFontDescriptor() 46 int SkTypeface_Custom::getIndex() const { return fIndex; } in getIndex() 120 void SkFontStyleSet_Custom::appendTypeface(sk_sp<SkTypeface_Custom> typeface) { in appendTypeface()
|