HomeSort by relevance Sort by last modified time
    Searched refs:max_context (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/ots/src/
os2.h 49 uint16_t max_context; member in struct:ots::OpenTypeOS2
os2.cc 186 if (length < offsetof(OpenTypeOS2, max_context)) {
198 !table.ReadU16(&os2->max_context)) {
279 !out->WriteU16(os2->max_context)) {
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 410 void SetUsMaxContext(int32_t max_context);
os2_table.cc 604 void OS2Table::Builder::SetUsMaxContext(int32_t max_context) {
605 InternalWriteData()->WriteUShort(Offset::kUsMaxContext, max_context);

Completed in 114 milliseconds