/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() 221 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) || in FT_GlyphLoader_CheckPoints() 222 FT_RENEW_ARRAY( base->tags, old_max, new_max ) ) in FT_GlyphLoader_CheckPoints() 228 old_max * 2, new_max * 2 ) ) in FT_GlyphLoader_CheckPoints() 232 loader->base.extra_points + old_max, in FT_GlyphLoader_CheckPoints() 233 old_max ); in FT_GlyphLoader_CheckPoints() 243 old_max = loader->max_contours; in FT_GlyphLoader_CheckPoints() 246 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints() [all …]
|
D | ftstroke.c | 262 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/ |
D | afhints.c | 35 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/ |
D | pshrec.c | 63 FT_UInt old_max = table->max_hints; in ps_hint_table_ensure() local 68 if ( new_max > old_max ) in ps_hint_table_ensure() 72 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) ) in ps_hint_table_ensure() 138 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; in ps_mask_ensure() local 143 if ( new_max > old_max ) in ps_mask_ensure() 146 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) ) in ps_mask_ensure() 235 FT_UInt old_max = table->max_masks; in ps_mask_table_ensure() local 240 if ( new_max > old_max ) in ps_mask_table_ensure() 243 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/WebKitTools/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 | 243 int old_max; in png_text_compress() local 245 old_max = comp->max_output_ptr; in png_text_compress() 255 png_memcpy(comp->output_ptr, old_ptr, old_max in png_text_compress() 294 int old_max; in png_text_compress() local 296 old_max = comp->max_output_ptr; in png_text_compress() 308 old_max * png_sizeof(png_charp)); in png_text_compress()
|
D | pngset.c | 725 int old_max; in png_set_text_2() local 727 old_max = info_ptr->max_text; in png_set_text_2() 737 png_memcpy(info_ptr->text, old_text, (png_size_t)(old_max * in png_set_text_2()
|
/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 | 135 int old_max = global->max_redirs; in control_global_add_redir() local 136 int new_max = old_max + (old_max >> 1) + 4; in control_global_add_redir()
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 2390 FT_UInt old_max = cmap->max_results; in tt_cmap14_ensure() local 2398 if ( FT_QRENEW_ARRAY( cmap->results, old_max, num_results ) ) in tt_cmap14_ensure()
|