Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DFontUtilsTest.cpp57 static std::vector<uint8_t> buildFvarTable(const std::vector<Fvar>& fvars) { in buildFvarTable() argument
60 std::vector<uint8_t> out(HEADER_SIZE + fvars.size() * AXIS_RECORD_SIZE); in buildFvarTable()
65 head = writeU16(fvars.size(), out.data(), head); // count of axes in buildFvarTable()
70 for (const Fvar& fvar : fvars) { in buildFvarTable()