Lines Matching refs:size
46 UnicodeText unicodeText(SkUnicode::Make(), SkSpan<uint16_t>((uint16_t*)utf16.data(), utf16.size()));
49 FontBlock fontBlock(utf16.size(), sk_ref_sp<FontChain>(fontChain));
54 REPORTER_ASSERT(reporter, resolvedFonts.size() == 1);
55 REPORTER_ASSERT(reporter, resolvedFonts.front().textRange.width() == utf16.size());
57 REPORTER_ASSERT(reporter, resolvedFonts.front().size == 40.0f);
66 UnicodeText unicodeText(SkUnicode::Make(), SkSpan<uint16_t>((uint16_t*)utf16.data(), utf16.size()));
69 FontBlock fontBlock(utf16.size(), sk_ref_sp<FontChain>(fontChain));
81 REPORTER_ASSERT(reporter, resolvedFonts.size() == 8 /* 1English 3English spaces + 2Emoji + 2JP */);
83 REPORTER_ASSERT(reporter, resolvedFonts[7].textRange.fEnd == utf16.size());
84 REPORTER_ASSERT(reporter, resolvedFonts[0].size == 40.0f);