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

  /external/freetype/src/base/
ftgloadr.c 211 FT_UInt new_max, old_max; local
217 old_max = loader->max_points;
219 if ( new_max > old_max )
226 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) ||
227 FT_RENEW_ARRAY( base->tags, old_max, new_max ) )
233 old_max * 2, new_max * 2 ) )
237 loader->base.extra_points + old_max,
238 old_max );
248 old_max = loader->max_contours;
251 if ( new_max > old_max )
286 FT_UInt new_max, old_max; local
    [all...]
ftstroke.c 330 FT_UInt old_max = border->max_points; local
335 if ( new_max > old_max )
337 FT_UInt cur_max = old_max;
344 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftgloadr.c 211 FT_UInt new_max, old_max; local
217 old_max = loader->max_points;
219 if ( new_max > old_max )
226 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) ||
227 FT_RENEW_ARRAY( base->tags, old_max, new_max ) )
233 old_max * 2, new_max * 2 ) )
237 loader->base.extra_points + old_max,
238 old_max );
248 old_max = loader->max_contours;
251 if ( new_max > old_max )
286 FT_UInt new_max, old_max; local
    [all...]
ftstroke.c 330 FT_UInt old_max = border->max_points; local
335 if ( new_max > old_max )
337 FT_UInt cur_max = old_max;
344 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
    [all...]
  /external/freetype/src/autofit/
afhints.c 56 FT_Int old_max = axis->max_segments; local
57 FT_Int new_max = old_max;
61 if ( old_max >= big_max )
68 if ( new_max < old_max || new_max > big_max )
80 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) )
121 FT_Int old_max = axis->max_edges; local
122 FT_Int new_max = old_max;
126 if ( old_max >= big_max )
133 if ( new_max < old_max || new_max > big_max )
145 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max )
724 FT_UInt old_max, new_max; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_texture.c 266 const GLuint old_max = *num_textures; local
270 if (samplers_used == 0x0 && old_max == 0)
289 else if (samplers_used == 0 && unit >= old_max) {
297 /* Ex: if old_max = 3 and *num_textures = 1, we need to pass an
301 new_count = MAX2(*num_textures, old_max);
st_atom_sampler.c 218 const GLuint old_max = *num_samplers; local
240 else if (samplers_used != 0 || unit < old_max) {
  /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 ) )
234 FT_UInt old_max = table->max_masks; local
239 if ( new_max > old_max )
242 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) )
  /external/pdfium/third_party/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 ) )
234 FT_UInt old_max = table->max_masks; local
239 if ( new_max > old_max )
242 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) )
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 364 SkFixed old_min, SkFixed old_max,
367 SkASSERT(old_min < old_max);
369 return new_min + SkMulDiv(value - old_min, new_max - new_min, old_max - old_min);
SkFontMgr_fontconfig.cpp 277 SkFixed old_min, SkFixed old_max,
280 SkASSERT(old_min < old_max);
282 return new_min + SkMulDiv(value - old_min, new_max - new_min, old_max - old_min);
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
battery_utils_test.py 265 old_max = battery_utils._MAX_CHARGE_ERROR
270 battery_utils._MAX_CHARGE_ERROR = old_max
280 old_max = battery_utils._MAX_CHARGE_ERROR
285 battery_utils._MAX_CHARGE_ERROR = old_max
  /external/libmojo/third_party/catapult/devil/devil/android/
battery_utils_test.py 265 old_max = battery_utils._MAX_CHARGE_ERROR
270 battery_utils._MAX_CHARGE_ERROR = old_max
280 old_max = battery_utils._MAX_CHARGE_ERROR
285 battery_utils._MAX_CHARGE_ERROR = old_max
  /external/iputils/
rdisc.c 1398 int old_max = max_preference(); local
1413 tp->preference == old_max)
1420 if (preference > old_max)
    [all...]
  /external/syslinux/com32/lib/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...]
  /device/generic/goldfish/qemud/
qemud.c 386 int old_max = l->max_fds; local
387 int new_max = old_max + (old_max >> 1) + 4;
    [all...]
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 176 int old_max = 0, bool update_progress = true) {
180 bool max_increased = old_max > 0;
185 android::base::StringPrintf("Adjusting max progress from %d to %d\n", old_max, max);
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 220 int32_t old_max = max_; local
222 MYLOGD("Adjusting max progress from %d to %d\n", old_max, max_);
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 2959 FT_UInt32 old_max = cmap->max_results; local
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c 2883 FT_UInt32 old_max = cmap->max_results; local
    [all...]

Completed in 414 milliseconds