Home
last modified time | relevance | path

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

/third_party/skia/fuzz/
DFuzzSkParagraph.cpp67 : fFontsFound(false) in ResourceFontCollection()
77 fFontsFound = true; in ResourceFontCollection()
82 if (!fFontsFound) { in ResourceFontCollection()
104 bool fontsFound() const { return fFontsFound; } in fontsFound()
107 bool fFontsFound; member in __anon0afa5fab0111::ResourceFontCollection
/third_party/flutter/skia/modules/skparagraph/utils/
DTestFontCollection.h12 size_t fontsFound() const { return fFontsFound; } in fontsFound()
16 size_t fFontsFound; variable
DTestFontCollection.cpp13 , fFontsFound(0) { in TestFontCollection()
32 fFontsFound = fFontProvider->countFamilies(); in TestFontCollection()
/third_party/skia/modules/skparagraph/utils/
DTestFontCollection.h12 size_t fontsFound() const { return fFontsFound; } in fontsFound()
17 size_t fFontsFound; variable
DTestFontCollection.cpp13 , fFontsFound(0) { in TestFontCollection()
28 fFontsFound = fFontProvider->countFamilies(); in TestFontCollection()
/third_party/flutter/skia/tests/
DSkParagraphTest.cpp33 : fFontsFound(false) in TestFontCollection()
42 fFontsFound = true; in TestFontCollection()
47 if (!fFontsFound) { in TestFontCollection()
60 if (!fFontsFound) SkDebugf("Fonts not found, skipping all the tests\n"); in TestFontCollection()
68 bool fontsFound() const { return fFontsFound; } in fontsFound()
71 bool fFontsFound; member in __anonce8964150111::TestFontCollection
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp88 : fFontsFound(false) in ResourceFontCollection()
98 fFontsFound = true; in ResourceFontCollection()
103 if (!fFontsFound) { in ResourceFontCollection()
125 bool fontsFound() const { return fFontsFound; } in fontsFound()
128 bool fFontsFound; member in __anon9562426b0111::ResourceFontCollection