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

  /external/chromium_org/third_party/ots/src/
gpos.cc 181 uint16_t offset_mark_anchor = 0; local
183 !subtable.ReadU16(&offset_mark_anchor)) {
188 if (offset_mark_anchor < mark_records_end ||
189 offset_mark_anchor >= length) {
192 if (!ParseAnchorTable(data + offset_mark_anchor,
193 length - offset_mark_anchor)) {

Completed in 200 milliseconds