/external/freetype/src/base/ |
D | ftgloadr.c | 210 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 …]
|
D | ftstroke.c | 320 FT_UInt old_max = border->max_points; in ft_stroke_border_grow() local 325 if ( new_max > old_max ) in ft_stroke_border_grow() 327 FT_UInt cur_max = old_max; in ft_stroke_border_grow() 334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow() 335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow()
|
/external/freetype/src/autofit/ |
D | afhints.c | 37 FT_Int old_max = axis->max_segments; in af_axis_hints_new_segment() local 38 FT_Int new_max = old_max; in af_axis_hints_new_segment() 42 if ( old_max >= big_max ) in af_axis_hints_new_segment() 49 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_segment() 52 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) ) in af_axis_hints_new_segment() 82 FT_Int old_max = axis->max_edges; in af_axis_hints_new_edge() local 83 FT_Int new_max = old_max; in af_axis_hints_new_edge() 87 if ( old_max >= big_max ) in af_axis_hints_new_edge() 94 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_edge() 97 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max ) ) in af_axis_hints_new_edge() [all …]
|
/external/freetype/src/pshinter/ |
D | pshrec.c | 65 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/ |
D | stralloc.c | 65 unsigned old_max = s->a; in stralloc_ready() local 66 unsigned new_max = old_max; in stralloc_ready()
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | tblcmp.c | 303 register int old_max = current_max_xpairs; in expand_nxt_chk() local 312 zero_out( (char *) (chk + old_max), in expand_nxt_chk()
|
/external/libpng/ |
D | pngwutil.c | 246 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()
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngwutil.c | 232 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()
|
D | pngset.c | 749 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/qemu/telephony/ |
D | gsm.c | 286 int old_max = rope->max; in gsm_rope_ensure() local 288 int new_max = old_max; in gsm_rope_ensure()
|
/external/qemu/android/ |
D | console.c | 149 int old_max = global->max_redirs; in control_global_add_redir() local 150 int new_max = old_max + (old_max >> 1) + 4; in control_global_add_redir()
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 2691 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()
|