Home
last modified time | relevance | path

Searched refs:old_max (Results 1 – 13 of 13) sorted by relevance

/external/freetype/src/base/
Dftgloadr.c210 FT_UInt new_max, old_max; in FT_GlyphLoader_CheckPoints() local
215 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints()
217 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints()
224 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) || in FT_GlyphLoader_CheckPoints()
225 FT_RENEW_ARRAY( base->tags, old_max, new_max ) ) in FT_GlyphLoader_CheckPoints()
231 old_max * 2, new_max * 2 ) ) in FT_GlyphLoader_CheckPoints()
235 loader->base.extra_points + old_max, in FT_GlyphLoader_CheckPoints()
236 old_max ); in FT_GlyphLoader_CheckPoints()
246 old_max = loader->max_contours; in FT_GlyphLoader_CheckPoints()
249 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints()
[all …]
Dftstroke.c262 FT_UInt old_max = border->max_points; in ft_stroke_border_grow() local
267 if ( new_max > old_max ) in ft_stroke_border_grow()
269 FT_UInt cur_max = old_max; in ft_stroke_border_grow()
276 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow()
277 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow()
/external/freetype/src/autofit/
Dafhints.c35 FT_Int old_max = axis->max_segments; in af_axis_hints_new_segment() local
36 FT_Int new_max = old_max; in af_axis_hints_new_segment()
40 if ( old_max >= big_max ) in af_axis_hints_new_segment()
47 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_segment()
50 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) ) in af_axis_hints_new_segment()
78 FT_Int old_max = axis->max_edges; in af_axis_hints_new_edge() local
79 FT_Int new_max = old_max; in af_axis_hints_new_edge()
83 if ( old_max >= big_max ) in af_axis_hints_new_edge()
90 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_edge()
93 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max ) ) in af_axis_hints_new_edge()
[all …]
/external/freetype/src/pshinter/
Dpshrec.c65 FT_UInt old_max = table->max_hints; in ps_hint_table_ensure() local
70 if ( new_max > old_max ) in ps_hint_table_ensure()
74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) ) in ps_hint_table_ensure()
140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; in ps_mask_ensure() local
145 if ( new_max > old_max ) in ps_mask_ensure()
148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) ) in ps_mask_ensure()
237 FT_UInt old_max = table->max_masks; in ps_mask_table_ensure() local
242 if ( new_max > old_max ) in ps_mask_table_ensure()
245 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) ) in ps_mask_table_ensure()
/external/qemu/android/utils/
Dstralloc.c65 unsigned old_max = s->a; in stralloc_ready() local
66 unsigned new_max = old_max; in stralloc_ready()
/external/webkit/WebKitTools/android/flex-2.5.4a/
Dtblcmp.c303 register int old_max = current_max_xpairs; in expand_nxt_chk() local
312 zero_out( (char *) (chk + old_max), in expand_nxt_chk()
/external/qemu/distrib/libpng-1.2.19/
Dpngwutil.c232 int old_max; in png_text_compress() local
234 old_max = comp->max_output_ptr; in png_text_compress()
244 png_memcpy(comp->output_ptr, old_ptr, old_max in png_text_compress()
282 int old_max; in png_text_compress() local
284 old_max = comp->max_output_ptr; in png_text_compress()
296 old_max * png_sizeof (png_charp)); in png_text_compress()
Dpngset.c749 int old_max; in png_set_text_2() local
751 old_max = info_ptr->max_text; in png_set_text_2()
761 png_memcpy(info_ptr->text, old_text, (png_size_t)(old_max * in png_set_text_2()
/external/libpng/
Dpngwutil.c246 int old_max; in png_text_compress() local
248 old_max = comp->max_output_ptr; in png_text_compress()
258 png_memcpy(comp->output_ptr, old_ptr, old_max in png_text_compress()
297 int old_max; in png_text_compress() local
299 old_max = comp->max_output_ptr; in png_text_compress()
311 old_max * png_sizeof(png_charp)); in png_text_compress()
Dpngset.c673 int old_max; in png_set_text_2() local
675 old_max = info_ptr->max_text; in png_set_text_2()
685 png_memcpy(info_ptr->text, old_text, (png_size_t)(old_max * in png_set_text_2()
/external/qemu/telephony/
Dgsm.c286 int old_max = rope->max; in gsm_rope_ensure() local
288 int new_max = old_max; in gsm_rope_ensure()
/external/qemu/android/
Dconsole.c137 int old_max = global->max_redirs; in control_global_add_redir() local
138 int new_max = old_max + (old_max >> 1) + 4; in control_global_add_redir()
/external/freetype/src/sfnt/
Dttcmap.c2691 FT_UInt32 old_max = cmap->max_results; in tt_cmap14_ensure() local
2699 if ( FT_QRENEW_ARRAY( cmap->results, old_max, num_results ) ) in tt_cmap14_ensure()