Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/include/
DFontCollection.h35 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale…
36 sk_sp<SkTypeface> defaultFallback();
/third_party/skia/modules/skparagraph/src/
DFontCollection.cpp135 sk_sp<SkTypeface> FontCollection::defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const S… in defaultFallback() function in skia::textlayout::FontCollection
151 sk_sp<SkTypeface> FontCollection::defaultFallback() { in defaultFallback() function in skia::textlayout::FontCollection
DOneLineShaper.cpp511 typeface = fParagraph->fFontCollection->defaultFallback( in matchResolvedFonts()
/third_party/flutter/skia/modules/skparagraph/include/
DFontCollection.h36 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale…
/third_party/flutter/skia/modules/skparagraph/src/
DFontResolver.cpp85 …auto typeface = fFontCollection->defaultFallback(unicode, style.getFontStyle(), style.getLocale()); in findAllFontsForStyledBlock()
102 …auto result = fFontCollection->defaultFallback(firstUnresolved(), style.getFontStyle(), style.getL… in findAllFontsForStyledBlock()
DFontCollection.cpp126 sk_sp<SkTypeface> FontCollection::defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const S… in defaultFallback() function in skia::textlayout::FontCollection