Home
last modified time | relevance | path

Searched refs:unresolvedGlyphs (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DOneLineShaper.cpp307 size_t unresolvedGlyphs = 0; in sortOutGlyphs() local
336 ++unresolvedGlyphs; in sortOutGlyphs()
366 size_t unresolvedGlyphs = 0; in sortOutGlyphs() local
385 ++unresolvedGlyphs; in sortOutGlyphs()
399 ++unresolvedGlyphs; in sortOutGlyphs()
DOneLineShaper.h29 size_t unresolvedGlyphs() { return fUnresolvedGlyphs; } in unresolvedGlyphs() function
DParagraphImpl.h185 int32_t unresolvedGlyphs() override;
DParagraphImpl.cpp104 int32_t ParagraphImpl::unresolvedGlyphs() { in unresolvedGlyphs() function in skia::textlayout::ParagraphImpl
495 fUnresolvedGlyphs = oneLineShaper.unresolvedGlyphs(); in shapeTextIntoEndlessLine()
/third_party/skia/modules/skparagraph/include/
DParagraph.h67 virtual int32_t unresolvedGlyphs() = 0;
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp217 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST()
1000 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST()
1087 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST()
1162 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST()
1208 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST()
2315 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST()
2360 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST()
3845 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 0); in UNIX_ONLY_TEST()
4284 REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == -1); // Not shaped yet in UNIX_ONLY_TEST()
4289 …REPORTER_ASSERT(reporter, paragraph->unresolvedGlyphs() == 2); // From the text1 ("字典" - excluding… in UNIX_ONLY_TEST()
[all …]