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

/external/chromium_org/third_party/ots/src/
H A Dgpos.cc734 uint16_t offset_feature_list = 0; local
738 !table.ReadU16(&offset_feature_list) ||
750 (offset_feature_list < kGposHeaderSize ||
751 offset_feature_list >= length) ||
769 if (!ParseFeatureListTable(data + offset_feature_list,
770 length - offset_feature_list, gpos->num_lookups,
H A Dgsub.cc598 uint16_t offset_feature_list = 0; local
602 !table.ReadU16(&offset_feature_list) ||
614 (offset_feature_list < kGsubHeaderSize ||
615 offset_feature_list >= length) ||
633 if (!ParseFeatureListTable(data + offset_feature_list,
634 length - offset_feature_list, gsub->num_lookups,

Completed in 240 milliseconds