Home
last modified time | relevance | path

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

/aosp12/frameworks/minikin/tests/unittest/
H A DCmapCoverageTest.cpp195 const std::vector<VariationSelectorRecord>& vsRecords) { in buildCmapFormat14Table() argument
198 11 /* size of variation selector record */ * vsRecords.size(); in buildCmapFormat14Table()
204 head = writeU32(vsRecords.size(), out.data(), head); // numVarSelectorRecords; in buildCmapFormat14Table()
206 for (const auto& record : vsRecords) { in buildCmapFormat14Table()