Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DFontCollectionTest.cpp43 void expectVSGlyphs(const FontCollection* fc, uint32_t codepoint, const std::set<uint32_t>& vsSet) { in expectVSGlyphs() argument
49 if (vsSet.find(vs) == vsSet.end()) { in expectVSGlyphs()