Searched refs:fvars (Results 1 – 1 of 1) sorted by relevance
57 static std::vector<uint8_t> buildFvarTable(const std::vector<Fvar>& fvars) { in buildFvarTable() argument60 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()