Searched refs:vsRecords (Results 1 – 1 of 1) sorted by relevance
195 const std::vector<VariationSelectorRecord>& vsRecords) { in buildCmapFormat14Table() argument198 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()