Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skparagraph/src/
DFontResolver.cpp101 if (fResolvedFonts.count() == 0) { in findAllFontsForStyledBlock()
215 const FontDescr* foundFont = fResolvedFonts.find(descr); in makeFont()
217 if (fResolvedFonts.count() == 0) { in makeFont()
220 fResolvedFonts.add(descr); in makeFont()
DFontResolver.h64 SkTHashSet<FontDescr, Hash> fResolvedFonts; variable
/third_party/skia/fuzz/
DFuzzSkParagraph.cpp68 , fResolvedFonts(0) in ResourceFontCollection()
101 size_t resolvedFonts() const { return fResolvedFonts; } in resolvedFonts()
108 size_t fResolvedFonts; member in __anon0afa5fab0111::ResourceFontCollection
/third_party/skia/experimental/sktext/include/
DText.h109 …Block> resolvedFonts() { return SkSpan<ResolvedFontBlock>(fResolvedFonts.data(), fResolvedFonts.si… in resolvedFonts()
112 SkTArray<ResolvedFontBlock, true> fResolvedFonts; variable
/third_party/skia/experimental/sktext/src/
DText.cpp87 std::sort(fontResolvedText->fResolvedFonts.begin(), fontResolvedText->fResolvedFonts.end(), in resolveFonts()
143fResolvedFonts.emplace_back(resolvedText, typeface, fontChain.fontSize(), SkFontStyle::Normal()); in resolveChain()
150fResolvedFonts.emplace_back(resolvedText, typeface, fontChain.fontSize(), SkFontStyle::Normal()); in resolveChain()
263 for (auto& fb : fResolvedFonts) { in shape()
290 fontIter.createFont(fResolvedFonts.front()), in shape()
/third_party/flutter/skia/tests/
DSkParagraphTest.cpp34 , fResolvedFonts(0) in TestFontCollection()
65 size_t resolvedFonts() const { return fResolvedFonts; } in resolvedFonts()
72 size_t fResolvedFonts; member in __anonce8964150111::TestFontCollection
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp89 , fResolvedFonts(0) in ResourceFontCollection()
122 size_t resolvedFonts() const { return fResolvedFonts; } in resolvedFonts()
129 size_t fResolvedFonts; member in __anon9562426b0111::ResourceFontCollection