HomeSort by relevance Sort by last modified time
    Searched refs:old_max (Results 1 - 14 of 14) sorted by null

  /external/freetype/src/base/
ftgloadr.c 210 FT_UInt new_max, old_max; local
215 old_max = loader->max_points;
217 if ( new_max > old_max )
224 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) ||
225 FT_RENEW_ARRAY( base->tags, old_max, new_max ) )
231 old_max * 2, new_max * 2 ) )
235 loader->base.extra_points + old_max,
236 old_max );
246 old_max = loader->max_contours;
249 if ( new_max > old_max )
281 FT_UInt new_max, old_max; local
    [all...]
ftstroke.c 262 FT_UInt old_max = border->max_points; local
267 if ( new_max > old_max )
269 FT_UInt cur_max = old_max;
276 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
277 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
    [all...]
  /external/freetype/src/autofit/
afhints.c 35 FT_Int old_max = axis->max_segments; local
36 FT_Int new_max = old_max;
40 if ( old_max >= big_max )
47 if ( new_max < old_max || new_max > big_max )
50 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) )
78 FT_Int old_max = axis->max_edges; local
79 FT_Int new_max = old_max;
83 if ( old_max >= big_max )
90 if ( new_max < old_max || new_max > big_max )
93 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max )
444 FT_UInt old_max, new_max; local
    [all...]
  /external/freetype/src/pshinter/
pshrec.c 65 FT_UInt old_max = table->max_hints; local
70 if ( new_max > old_max )
74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) )
140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; local
145 if ( new_max > old_max )
148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) )
237 FT_UInt old_max = table->max_masks; local
242 if ( new_max > old_max )
245 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) )
  /external/qemu/android/utils/
stralloc.c 65 unsigned old_max = s->a; local
66 unsigned new_max = old_max;
  /external/qemu/telephony/
gsm.c 286 int old_max = rope->max; local
288 int new_max = old_max;
  /external/webkit/WebKitTools/android/flex-2.5.4a/
tblcmp.c 303 register int old_max = current_max_xpairs; local
312 zero_out( (char *) (chk + old_max),
  /external/libpng/
pngset.c 673 int old_max; local
675 old_max = info_ptr->max_text;
685 png_memcpy(info_ptr->text, old_text, (png_size_t)(old_max *
    [all...]
pngwutil.c 246 int old_max; local
248 old_max = comp->max_output_ptr;
258 png_memcpy(comp->output_ptr, old_ptr, old_max
297 int old_max; local
299 old_max = comp->max_output_ptr;
311 old_max * png_sizeof(png_charp));
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 232 int old_max; local
234 old_max = comp->max_output_ptr;
244 png_memcpy(comp->output_ptr, old_ptr, old_max
282 int old_max; local
284 old_max = comp->max_output_ptr;
296 old_max * png_sizeof (png_charp));
    [all...]
pngset.c 749 int old_max; local
751 old_max = info_ptr->max_text;
761 png_memcpy(info_ptr->text, old_text, (png_size_t)(old_max *
    [all...]
  /external/qemu/android/
console.c 137 int old_max = global->max_redirs; local
138 int new_max = old_max + (old_max >> 1) + 4;
    [all...]
  /sdk/emulator/qemud/
qemud.c 385 int old_max = l->max_fds; local
386 int new_max = old_max + (old_max >> 1) + 4;
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 2691 FT_UInt32 old_max = cmap->max_results; local
    [all...]

Completed in 678 milliseconds