Searched refs:expectVSGlyphs (Results 1 – 2 of 2) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | FontCollectionTest.cpp | 43 void expectVSGlyphs(const FontCollection* fc, uint32_t codepoint, const std::set<uint32_t>& vsSet) { in expectVSGlyphs() function 63 expectVSGlyphs(fc.get(), 0x82A6, in TEST() 67 expectVSGlyphs(fc.get(), 0x845B, in TEST() 71 expectVSGlyphs(fc.get(), 0x537F, std::set<uint32_t>({0xFE0E})); in TEST() 74 expectVSGlyphs(fc.get(), 0x717D, std::set<uint32_t>({0xFE02, 0xE0102, 0xE0103})); in TEST()
|
D | FontFamilyTest.cpp | 502 void expectVSGlyphs(FontFamily* family, uint32_t codepoint, const std::set<uint32_t>& vs) { in expectVSGlyphs() function 531 expectVSGlyphs(family.get(), kSupportedChar1, std::set<uint32_t>({kVS1, kVS17, kVS18, kVS19})); in TEST_F() 535 expectVSGlyphs(family.get(), kSupportedChar2, std::set<uint32_t>({kVS2, kVS18, kVS19, kVS20})); in TEST_F() 539 expectVSGlyphs(family.get(), kNoVsSupportedChar, std::set<uint32_t>()); in TEST_F() 543 expectVSGlyphs(family.get(), kVsOnlySupportedChar, std::set<uint32_t>({kVS3, kVS19, kVS20})); in TEST_F() 547 expectVSGlyphs(family.get(), kNotSupportedChar, std::set<uint32_t>()); in TEST_F()
|