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

  /external/chromium_org/third_party/ots/src/
gpos.cc 551 uint16_t offset_mark_array = 0; local
557 !subtable.ReadU16(&offset_mark_array) ||
587 if (offset_mark_array < header_end || offset_mark_array >= length) {
590 if (!ParseMarkArrayTable(data + offset_mark_array,
591 length - offset_mark_array, class_count)) {

Completed in 62 milliseconds