HomeSort by relevance Sort by last modified time
    Searched full:width_class (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/ots/src/
os2.h 16 uint16_t width_class; member in struct:ots::OpenTypeOS2
os2.cc 23 !table.ReadU16(&os2->width_class) ||
51 if (os2->width_class < 1) {
52 OTS_WARNING("bad width: %u", os2->width_class);
53 os2->width_class = 1;
54 } else if (os2->width_class > 9) {
55 OTS_WARNING("bad width: %u", os2->width_class);
56 os2->width_class = 9;
224 !out->WriteU16(os2->width_class) ||

Completed in 237 milliseconds