HomeSort by relevance Sort by last modified time
    Searched refs:offset_lookup_list (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/ots/src/
gpos.cc 735 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,
gsub.cc 599 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 32 milliseconds