Home | History | Annotate | Download | only in src

Lines Matching refs:num_glyphs

255                           const uint16_t num_glyphs,
268 if (start_glyph > num_glyphs) {
277 if (glyph_count > num_glyphs) {
296 const uint16_t num_glyphs,
309 if (range_count > num_glyphs) {
339 const uint16_t num_glyphs,
352 if (glyph_count > num_glyphs) {
361 if (glyph > num_glyphs) {
376 const uint16_t num_glyphs,
389 if (range_count > num_glyphs) {
432 bool ParseLookupRecord(ots::Buffer *subtable, const uint16_t num_glyphs,
440 if (sequence_index >= num_glyphs) {
450 const uint16_t num_glyphs,
461 if (glyph_count == 0 || glyph_count >= num_glyphs) {
469 if (glyph_id > num_glyphs) {
475 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) {
483 const uint16_t num_glyphs,
505 num_glyphs, num_lookups)) {
514 const uint16_t num_glyphs,
536 length - offset_coverage, num_glyphs)) {
549 num_glyphs, num_lookups)) {
558 const uint16_t num_glyphs,
569 if (glyph_count == 0 || glyph_count >= num_glyphs) {
581 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) {
589 const uint16_t num_glyphs,
611 length - offset_class_rule, num_glyphs,
621 const uint16_t num_glyphs,
644 length - offset_coverage, num_glyphs)) {
653 num_glyphs, kMaxClassDefValue)) {
667 length - offset_class_rule, num_glyphs,
678 const uint16_t num_glyphs,
691 if (glyph_count >= num_glyphs) {
708 length - offset_coverage, num_glyphs)) {
714 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) {
725 const uint16_t num_glyphs,
733 if (backtrack_count >= num_glyphs) {
741 if (glyph_id > num_glyphs) {
750 if (input_count == 0 || input_count >= num_glyphs) {
758 if (glyph_id > num_glyphs) {
767 if (lookahead_count >= num_glyphs) {
775 if (glyph_id > num_glyphs) {
785 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) {
794 const uint16_t num_glyphs,
817 num_glyphs, num_lookups)) {
826 const uint16_t num_glyphs,
848 length - offset_coverage, num_glyphs)) {
863 num_glyphs, num_lookups)) {
872 const uint16_t num_glyphs,
883 if (backtrack_count >= num_glyphs) {
894 if (input_count == 0 || input_count >= num_glyphs) {
905 if (lookahead_count >= num_glyphs) {
917 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) {
926 const uint16_t num_glyphs,
950 num_glyphs, num_lookups)) {
959 const uint16_t num_glyphs,
987 length - offset_coverage, num_glyphs)) {
999 num_glyphs, kMaxClassDefValue)) {
1010 num_glyphs, kMaxClassDefValue)) {
1021 num_glyphs, kMaxClassDefValue)) {
1039 num_glyphs, num_lookups)) {
1049 const uint16_t num_glyphs,
1060 if (backtrack_count >= num_glyphs) {
1080 if (input_count >= num_glyphs) {
1100 if (lookahead_count >= num_glyphs) {
1121 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) {
1140 length - offsets_backtrack[i], num_glyphs)) {
1149 length - offsets_input[i], num_glyphs)) {
1159 length - offsets_lookahead[i], num_glyphs)) {
1333 const uint16_t num_glyphs,
1342 return ParseClassDefFormat1(data, length, num_glyphs, num_classes);
1344 return ParseClassDefFormat2(data, length, num_glyphs, num_classes);
1351 const uint16_t num_glyphs,
1360 return ParseCoverageFormat1(data, length, num_glyphs, expected_num_glyphs);
1362 return ParseCoverageFormat2(data, length, num_glyphs, expected_num_glyphs);
1400 const uint16_t num_glyphs,
1410 if (!ParseContextFormat1(data, length, num_glyphs, num_lookups)) {
1414 if (!ParseContextFormat2(data, length, num_glyphs, num_lookups)) {
1418 if (!ParseContextFormat3(data, length, num_glyphs, num_lookups)) {
1429 const uint16_t num_glyphs,
1439 if (!ParseChainContextFormat1(data, length, num_glyphs, num_lookups)) {
1443 if (!ParseChainContextFormat2(data, length, num_glyphs, num_lookups)) {
1447 if (!ParseChainContextFormat3(data, length, num_glyphs, num_lookups)) {