Home | History | Annotate | Download | only in src

Lines Matching defs:script_count

1191   uint16_t script_count = 0;
1192 if (!subtable.ReadU16(&script_count)) {
1197 6 * static_cast<unsigned>(script_count) + 2;
1202 script_list.reserve(script_count);
1204 for (unsigned i = 0; i < script_count; ++i) {
1223 if (script_list.size() != script_count) {
1228 for (unsigned i = 0; i < script_count; ++i) {