Home | History | Annotate | Download | only in src

Lines Matching refs:lookup_type

179   uint16_t lookup_type = 0;
182 if (!subtable.ReadU16(&lookup_type) ||
188 if (lookup_type == 0 || lookup_type > parser->num_types) {
247 lookup_type)) {
1173 const uint16_t lookup_type) const {
1175 if (parsers[i].type == lookup_type && parsers[i].parse) {
1463 uint16_t lookup_type = 0;
1466 !subtable.ReadU16(&lookup_type) ||
1474 // |lookup_type| should be other than |parser->extension_type|.
1475 if (lookup_type < 1 || lookup_type > parser->num_types ||
1476 lookup_type == parser->extension_type) {
1486 // Parse the extension subtable of |lookup_type|.
1488 lookup_type)) {