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

/external/chromium_org/third_party/ots/src/
H A Dgpos.cc733 uint16_t offset_script_list = 0; local
737 !table.ReadU16(&offset_script_list) ||
748 if ((offset_script_list < kGposHeaderSize ||
749 offset_script_list >= length) ||
777 if (!ParseScriptListTable(data + offset_script_list,
778 length - offset_script_list, num_features)) {
H A Dgsub.cc597 uint16_t offset_script_list = 0; local
601 !table.ReadU16(&offset_script_list) ||
612 if ((offset_script_list < kGsubHeaderSize ||
613 offset_script_list >= length) ||
641 if (!ParseScriptListTable(data + offset_script_list,
642 length - offset_script_list, num_features)) {

Completed in 2747 milliseconds