Lines Matching refs:num_tables
22493 - if ( FT_QALLOC( sfnt, 12 + woff.num_tables * 16UL ) ||
22503 - if ( FT_NEW_ARRAY( tables, woff.num_tables ) ||
22504 - FT_NEW_ARRAY( indices, woff.num_tables ) )
22505 + if ( FT_QNEW_ARRAY( tables, woff.num_tables ) ||
22506 + FT_QNEW_ARRAY( indices, woff.num_tables ) )
22515 - 12 + woff.num_tables * 16UL,
22833 - if ( FT_NEW_ARRAY( tables, woff2.num_tables ) ||
22834 - FT_NEW_ARRAY( indices, woff2.num_tables ) )
22835 + if ( FT_QNEW_ARRAY( tables, woff2.num_tables ) ||
22836 + FT_QNEW_ARRAY( indices, woff2.num_tables ) )
22865 - if ( FT_NEW_ARRAY( ttc_font->table_indices, ttc_font->num_tables ) )
22866 + if ( FT_QNEW_ARRAY( ttc_font->table_indices, ttc_font->num_tables ) )
43191 unsigned offset = 0, num_tables = ARRAY_LENGTH (table_tags);
43192 - while ((hb_face_get_table_tags (source, offset, &num_tables, table_tags), num_tables))
43193 + while ((hb_face_get_table_tags (plan->source, offset, &num_tables, table_tags), num_tables))
43195 for (unsigned i = 0; i < num_tables; ++i)