Searched refs:offset_x_device (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dgpos.cc136 uint16_t offset_x_device = 0; local
138 if (!subtable.ReadU16(&offset_x_device) ||
143 if (offset_x_device) {
144 if (offset_x_device < format_end || offset_x_device >= length) {
147 if (!ots::ParseDeviceTable(data + offset_x_device,
148 length - offset_x_device)) {

Completed in 61 milliseconds