OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_storage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/ots/src/
maxp.h
23
uint16_t
max_storage
;
member in struct:ots::OpenTypeMAXP
maxp.cc
43
!table.ReadU16(&maxp->
max_storage
) ||
97
!out->WriteU16(maxp->
max_storage
) ||
/external/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.h
60
void SetMaxStorage(int32_t
max_storage
);
maximum_profile_table.cc
187
void MaximumProfileTable::Builder::SetMaxStorage(int32_t
max_storage
) {
188
InternalWriteData()->WriteUShort(Offset::kMaxStorage,
max_storage
);
Completed in 3540 milliseconds