Searched defs:expectVSGlyphs (Results 1 - 2 of 2) sorted by last modified time

/frameworks/minikin/tests/unittest/
H A DFontCollectionTest.cpp43 void expectVSGlyphs(const FontCollection* fc, uint32_t codepoint, const std::set<uint32_t>& vsSet) { function in namespace:minikin
67 expectVSGlyphs(fc.get(), 0x82A6, std::set<uint32_t>({0xFE00, 0xFE0E, 0xE0100, 0xE0101, 0xE0102}));
70 expectVSGlyphs(fc.get(), 0x845B, std::set<uint32_t>({0xFE01, 0xFE0E, 0xE0101, 0xE0102, 0xE0103}));
73 expectVSGlyphs(fc.get(), 0x537F, std::set<uint32_t>({0xFE0E}));
76 expectVSGlyphs(fc.get(), 0x717D, std::set<uint32_t>({0xFE02, 0xE0102, 0xE0103}));
H A DFontFamilyTest.cpp520 void expectVSGlyphs(FontFamily* family, uint32_t codepoint, const std::set<uint32_t>& vs) { function in namespace:minikin
552 expectVSGlyphs(family.get(), kSupportedChar1, std::set<uint32_t>({kVS1, kVS17, kVS18, kVS19}));
556 expectVSGlyphs(family.get(), kSupportedChar2, std::set<uint32_t>({kVS2, kVS18, kVS19, kVS20}));
560 expectVSGlyphs(family.get(), kNoVsSupportedChar, std::set<uint32_t>());
564 expectVSGlyphs(family.get(), kVsOnlySupportedChar, std::set<uint32_t>({kVS3, kVS19, kVS20}));
568 expectVSGlyphs(family.get(), kNotSupportedChar, std::set<uint32_t>());

Completed in 127 milliseconds