Home | History | Annotate | Download | only in src

Lines Matching defs:script_count

1178   uint16_t script_count = 0;
1179 if (!subtable.ReadU16(&script_count)) {
1184 6 * static_cast<unsigned>(script_count) + 2;
1189 script_list.reserve(script_count);
1191 for (unsigned i = 0; i < script_count; ++i) {
1210 if (script_list.size() != script_count) {
1215 for (unsigned i = 0; i < script_count; ++i) {