Searched refs:total_n_points (Results 1 – 1 of 1) sorted by relevance
1034 FT_ULong total_n_points = 0; in reconstruct_glyf() local1062 if ( total_n_points + n_points_contour < total_n_points ) in reconstruct_glyf()1064 total_n_points += n_points_contour; in reconstruct_glyf()1068 flag_size = total_n_points; in reconstruct_glyf()1086 points_size = total_n_points; in reconstruct_glyf()1093 total_n_points, in reconstruct_glyf()1107 if ( total_n_points >= ( 1 << 27 ) ) in reconstruct_glyf()1112 ( 5 * total_n_points ) + in reconstruct_glyf()1139 compute_bbox( total_n_points, points, glyph_buf, &x_min ); in reconstruct_glyf()1166 if ( store_points( total_n_points, in reconstruct_glyf()