Searched refs:defaultFallback (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/modules/skparagraph/include/ |
D | FontCollection.h | 35 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale… 36 sk_sp<SkTypeface> defaultFallback();
|
/third_party/skia/modules/skparagraph/src/ |
D | FontCollection.cpp | 135 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
|
D | OneLineShaper.cpp | 511 typeface = fParagraph->fFontCollection->defaultFallback( in matchResolvedFonts()
|
/third_party/flutter/skia/modules/skparagraph/include/ |
D | FontCollection.h | 36 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale…
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | FontResolver.cpp | 85 …auto typeface = fFontCollection->defaultFallback(unicode, style.getFontStyle(), style.getLocale()); in findAllFontsForStyledBlock() 102 …auto result = fFontCollection->defaultFallback(firstUnresolved(), style.getFontStyle(), style.getL… in findAllFontsForStyledBlock()
|
D | FontCollection.cpp | 126 sk_sp<SkTypeface> FontCollection::defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const S… in defaultFallback() function in skia::textlayout::FontCollection
|