Home
last modified time | relevance | path

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

/third_party/skia/experimental/sktext/tests/
DFontResolvedText.cpp52 auto resolvedFonts = fontResolvedText->resolvedFonts(); in UNIX_ONLY_TEST() local
54 REPORTER_ASSERT(reporter, resolvedFonts.size() == 1); in UNIX_ONLY_TEST()
55 REPORTER_ASSERT(reporter, resolvedFonts.front().textRange.width() == utf16.size()); in UNIX_ONLY_TEST()
56 …REPORTER_ASSERT(reporter, resolvedFonts.front().typeface->uniqueID() == fontChain->getTypeface()->… in UNIX_ONLY_TEST()
57 REPORTER_ASSERT(reporter, resolvedFonts.front().size == 40.0f); in UNIX_ONLY_TEST()
58 REPORTER_ASSERT(reporter, resolvedFonts.front().style == SkFontStyle::Normal()); in UNIX_ONLY_TEST()
72 auto resolvedFonts = fontResolvedText->resolvedFonts(); in UNIX_ONLY_TEST() local
75 for (auto& rf : resolvedFonts) { in UNIX_ONLY_TEST()
81 …REPORTER_ASSERT(reporter, resolvedFonts.size() == 8 /* 1English 3English spaces + 2Emoji + 2JP */); in UNIX_ONLY_TEST()
82 REPORTER_ASSERT(reporter, resolvedFonts[0].textRange.fStart == 0); in UNIX_ONLY_TEST()
[all …]
/third_party/skia/fuzz/
DFuzzSkParagraph.cpp101 size_t resolvedFonts() const { return fResolvedFonts; } in resolvedFonts() function in __anon6b30b42d0111::ResourceFontCollection
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.h181 SkTArray<ResolvedFontDescriptor> resolvedFonts() const { return fFontSwitches; }
/third_party/skia/experimental/sktext/include/
DText.h109 …SkSpan<ResolvedFontBlock> resolvedFonts() { return SkSpan<ResolvedFontBlock>(fResolvedFonts.data()… in resolvedFonts() function
/third_party/flutter/skia/tests/
DSkParagraphTest.cpp65 size_t resolvedFonts() const { return fResolvedFonts; } in resolvedFonts() function in __anon507bead70111::TestFontCollection
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp122 size_t resolvedFonts() const { return fResolvedFonts; } in resolvedFonts() function in __anon7752fc2d0111::ResourceFontCollection