Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DOneLineShaper.h136 SkTHashMap<FontKey, sk_sp<SkTypeface>, FontKey::Hasher> fFallbackFonts; variable
DOneLineShaper.cpp507 auto found = fFallbackFonts.find(fontKey); in matchResolvedFonts()
517 fFallbackFonts.set(fontKey, typeface); in matchResolvedFonts()