Home
last modified time | relevance | path

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

/aosp12/frameworks/minikin/tests/unittest/
H A DCmapCoverageTest.cpp152 std::vector<uint32_t> nonDefaultUVS; member
176 if (nonDefaultUVS.empty()) { in getNonDefaultUVSAsBinary()
180 nonDefaultUVS.size() * 5 /* size of UVS Mapping Record */; in getNonDefaultUVSAsBinary()
184 head = writeU32(nonDefaultUVS.size(), out.data(), head); in getNonDefaultUVSAsBinary()
185 for (uint32_t codePoint : nonDefaultUVS) { in getNonDefaultUVSAsBinary()
218 std::vector<uint8_t> nonDefaultUVS = record.getNonDefaultUVSAsBinary(); in buildCmapFormat14Table() local
219 if (nonDefaultUVS.empty()) { in buildCmapFormat14Table()
223 out.insert(out.end(), nonDefaultUVS.begin(), nonDefaultUVS.end()); in buildCmapFormat14Table()