Searched defs:max_storage (Results 1 - 1 of 1) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
H A Dmaximum_profile_table.cc187 void MaximumProfileTable::Builder::SetMaxStorage(int32_t max_storage) { argument
188 InternalWriteData()->WriteUShort(Offset::kMaxStorage, max_storage);

Completed in 79 milliseconds