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

/external/chromium_org/third_party/ots/src/
H A Dgpos.cc735 uint16_t offset_lookup_list = 0; local
739 !table.ReadU16(&offset_lookup_list)) {
752 (offset_lookup_list < kGposHeaderSize ||
753 offset_lookup_list >= length)) {
759 if (!ParseLookupListTable(file, data + offset_lookup_list,
760 length - offset_lookup_list,
H A Dgsub.cc599 uint16_t offset_lookup_list = 0; local
603 !table.ReadU16(&offset_lookup_list)) {
616 (offset_lookup_list < kGsubHeaderSize ||
617 offset_lookup_list >= length)) {
623 if (!ParseLookupListTable(file, data + offset_lookup_list,
624 length - offset_lookup_list,

Completed in 479 milliseconds