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

  /external/chromium_org/third_party/ots/src/
os2.h 40 int16_t typo_linegap; member in struct:ots::OpenTypeOS2
os2.cc 111 !table.ReadS16(&os2->typo_linegap) ||
158 if (os2->typo_linegap < 0) {
159 OTS_WARNING("bad linegap: %d", os2->typo_linegap);
160 os2->typo_linegap = 0;
256 !out->WriteS16(os2->typo_linegap) ||

Completed in 162 milliseconds