Home
last modified time | relevance | path

Searched refs:offset_mark_array (Results 1 – 1 of 1) sorted by relevance

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