Home
last modified time | relevance | path

Searched refs:SkTypeface_Custom (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/ports/
H A DSkFontMgr_custom.h25 class SkTypeface_Custom : public SkTypeface_FreeType { class
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;
100 * This class is used by SkFontMgr_Custom to hold SkTypeface_Custom families.
107 void appendTypeface(sk_sp<SkTypeface_Custom> typefac
[all...]
H A DSkFontMgr_custom.cpp27 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()

Completed in 2 milliseconds