Searched refs:unresolvedGlyphs (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
H A D | OneLineShaper.h | 29 size_t unresolvedGlyphs() { return fUnresolvedGlyphs; } in unresolvedGlyphs() function in skia::textlayout::OneLineShaper
|
H A D | ParagraphImpl.h | 226 int32_t unresolvedGlyphs() override;
|
H A D | ParagraphImpl.cpp | 154 int32_t ParagraphImpl::unresolvedGlyphs() { in unresolvedGlyphs() function in skia::textlayout::ParagraphImpl 1109 fUnresolvedGlyphs = oneLineShaper.unresolvedGlyphs(); in GetLineFontMetrics()
|
/third_party/skia/modules/skparagraph/include/ |
H A D | Paragraph.h | 95 virtual int32_t unresolvedGlyphs() = 0;
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 223 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST() 267 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST() 1044 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST() 1131 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST() 1207 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST() 1253 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST() 2366 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST() 2411 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST() 3896 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST() 4335 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() in UNIX_ONLY_TEST() [all...] |
Completed in 15 milliseconds