Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
DSkCustomTypeface.cpp43 class SkUserTypeface final : public SkTypeface { class
48 explicit SkUserTypeface(SkFontStyle style) : SkTypeface(style) {} in SkUserTypeface() function in SkUserTypeface
125 sk_sp<SkUserTypeface> tf(new SkUserTypeface(fStyle)); in detach()
150 void SkUserTypeface::onFilterRec(SkScalerContextRec* rec) const { in onFilterRec()
154 void SkUserTypeface::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const { in getGlyphToUnicodeMap()
160 std::unique_ptr<SkAdvancedTypefaceMetrics> SkUserTypeface::onGetAdvancedMetrics() const { in onGetAdvancedMetrics()
164 void SkUserTypeface::onGetFontDescriptor(SkFontDescriptor* desc, bool* isLocal) const { in onGetFontDescriptor()
168 void SkUserTypeface::onCharsToGlyphs(const SkUnichar uni[], int count, SkGlyphID glyphs[]) const { in onCharsToGlyphs()
174 void SkUserTypeface::onGetFamilyName(SkString* familyName) const { in onGetFamilyName()
178 bool SkUserTypeface::onGetPostScriptName(SkString*) const { in onGetPostScriptName()
[all …]