Searched refs:expectVSGlyphs (Results 1 – 2 of 2) sorted by relevance
/frameworks/minikin/tests/ |
D | FontCollectionTest.cpp | 43 void expectVSGlyphs(const FontCollection& fc, uint32_t codepoint, const std::set<uint32_t>& vsSet) { in expectVSGlyphs() function 67 expectVSGlyphs(fc, 0x82A6, std::set<uint32_t>({0xFE00, 0xE0100, 0xE0101, 0xE0102})); in TEST() 70 expectVSGlyphs(fc, 0x845B, std::set<uint32_t>({0xFE01, 0xE0101, 0xE0102, 0xE0103})); in TEST() 73 expectVSGlyphs(fc, 0x537F, std::set<uint32_t>({})); in TEST() 76 expectVSGlyphs(fc, 0x717D, std::set<uint32_t>({0xFE02, 0xE0102, 0xE0103})); in TEST()
|
D | FontFamilyTest.cpp | 335 void expectVSGlyphs(FontFamily* family, uint32_t codepoint, const std::set<uint32_t>& vs) { in expectVSGlyphs() function 369 expectVSGlyphs(family.get(), kSupportedChar1, std::set<uint32_t>({kVS1, kVS17, kVS18, kVS19})); in TEST_F() 373 expectVSGlyphs(family.get(), kSupportedChar2, std::set<uint32_t>({kVS2, kVS18, kVS19, kVS20})); in TEST_F() 377 expectVSGlyphs(family.get(), kNoVsSupportedChar, std::set<uint32_t>()); in TEST_F() 381 expectVSGlyphs(family.get(), kVsOnlySupportedChar, std::set<uint32_t>({kVS3, kVS19, kVS20})); in TEST_F() 385 expectVSGlyphs(family.get(), kNotSupportedChar, std::set<uint32_t>()); in TEST_F()
|