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

  /external/chromium_org/third_party/ots/src/
vdmx.h 22 uint16_t y_pel_height; member in struct:ots::OpenTypeVDMXVTable
vdmx.cc 96 if (!table.ReadU16(&vt.y_pel_height) ||
109 if ((j != 0) && (group.entries[j - 1].y_pel_height >= vt.y_pel_height)) {
162 if (!out->WriteU16(vt.y_pel_height) ||

Completed in 24 milliseconds