Home
last modified time | relevance | path

Searched refs:unresolvedGlyphs (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DOneLineShaper.h29 size_t unresolvedGlyphs() { return fUnresolvedGlyphs; } in unresolvedGlyphs() function in skia::textlayout::OneLineShaper
H A DParagraphImpl.h226 int32_t unresolvedGlyphs() override;
H A DParagraphImpl.cpp154 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 DParagraph.h95 virtual int32_t unresolvedGlyphs() = 0;
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp223 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