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) {
351 if (glyph_count > num_glyphs) {
360 if (glyph > num_glyphs) {
370 const uint16_t num_glyphs) {
382 if (range_count > num_glyphs) {
419 bool ParseLookupRecord(ots::Buffer *subtable, const uint16_t num_glyphs,
427 if (sequence_index >= num_glyphs) {
437 const uint16_t num_glyphs,
448 if (glyph_count == 0 || glyph_count >= num_glyphs) {
456 if (glyph_id > num_glyphs) {
462 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) {
470 const uint16_t num_glyphs,
492 num_glyphs, num_lookups)) {
501 const uint16_t num_glyphs,
523 length - offset_coverage, num_glyphs)) {
536 num_glyphs, num_lookups)) {
545 const uint16_t num_glyphs,
556 if (glyph_count == 0 || glyph_count >= num_glyphs) {
568 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) {
576 const uint16_t num_glyphs,
598 length - offset_class_rule, num_glyphs,
608 const uint16_t num_glyphs,
631 length - offset_coverage, num_glyphs)) {
640 num_glyphs, kMaxClassDefValue)) {
654 length - offset_class_rule, num_glyphs,
665 const uint16_t num_glyphs,
678 if (glyph_count >= num_glyphs) {
695 length - offset_coverage, num_glyphs)) {
701 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) {
712 const uint16_t num_glyphs,
720 if (backtrack_count >= num_glyphs) {
728 if (glyph_id > num_glyphs) {
737 if (input_count == 0 || input_count >= num_glyphs) {
745 if (glyph_id > num_glyphs) {
754 if (lookahead_count >= num_glyphs) {
762 if (glyph_id > num_glyphs) {
772 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) {
781 const uint16_t num_glyphs,
804 num_glyphs, num_lookups)) {
813 const uint16_t num_glyphs,
835 length - offset_coverage, num_glyphs)) {
850 num_glyphs, num_lookups)) {
859 const uint16_t num_glyphs,
870 if (backtrack_count >= num_glyphs) {
881 if (input_count == 0 || input_count >= num_glyphs) {
892 if (lookahead_count >= num_glyphs) {
904 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) {
913 const uint16_t num_glyphs,
937 num_glyphs, num_lookups)) {
946 const uint16_t num_glyphs,
974 length - offset_coverage, num_glyphs)) {
986 num_glyphs, kMaxClassDefValue)) {
997 num_glyphs, kMaxClassDefValue)) {
1008 num_glyphs, kMaxClassDefValue)) {
1026 num_glyphs, num_lookups)) {
1036 const uint16_t num_glyphs,
1047 if (backtrack_count >= num_glyphs) {
1067 if (input_count >= num_glyphs) {
1087 if (lookahead_count >= num_glyphs) {
1108 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) {
1127 length - offsets_backtrack[i], num_glyphs)) {
1136 length - offsets_input[i], num_glyphs)) {
1146 length - offsets_lookahead[i], num_glyphs)) {
1320 const uint16_t num_glyphs,
1329 return ParseClassDefFormat1(data, length, num_glyphs, num_classes);
1331 return ParseClassDefFormat2(data, length, num_glyphs, num_classes);
1338 const uint16_t num_glyphs) {
1346 return ParseCoverageFormat1(data, length, num_glyphs);
1348 return ParseCoverageFormat2(data, length, num_glyphs);
1386 const uint16_t num_glyphs,
1396 if (!ParseContextFormat1(data, length, num_glyphs, num_lookups)) {
1400 if (!ParseContextFormat2(data, length, num_glyphs, num_lookups)) {
1404 if (!ParseContextFormat3(data, length, num_glyphs, num_lookups)) {
1415 const uint16_t num_glyphs,
1425 if (!ParseChainContextFormat1(data, length, num_glyphs, num_lookups)) {
1429 if (!ParseChainContextFormat2(data, length, num_glyphs, num_lookups)) {
1433 if (!ParseChainContextFormat3(data, length, num_glyphs, num_lookups)) {