Home
last modified time | relevance | path

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

12

/external/freetype/src/base/
Dftgloadr.c211 FT_UInt new_max, old_max; in FT_GlyphLoader_CheckPoints() local
216 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints()
218 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints()
225 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) || in FT_GlyphLoader_CheckPoints()
226 FT_RENEW_ARRAY( base->tags, old_max, new_max ) ) in FT_GlyphLoader_CheckPoints()
232 old_max * 2, new_max * 2 ) ) in FT_GlyphLoader_CheckPoints()
236 loader->base.extra_points + old_max, in FT_GlyphLoader_CheckPoints()
237 old_max ); in FT_GlyphLoader_CheckPoints()
247 old_max = loader->max_contours; in FT_GlyphLoader_CheckPoints()
250 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints()
[all …]
Dftstroke.c320 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/chromium_org/third_party/freetype/src/base/
Dftgloadr.c211 FT_UInt new_max, old_max; in FT_GlyphLoader_CheckPoints() local
216 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints()
218 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints()
225 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) || in FT_GlyphLoader_CheckPoints()
226 FT_RENEW_ARRAY( base->tags, old_max, new_max ) ) in FT_GlyphLoader_CheckPoints()
232 old_max * 2, new_max * 2 ) ) in FT_GlyphLoader_CheckPoints()
236 loader->base.extra_points + old_max, in FT_GlyphLoader_CheckPoints()
237 old_max ); in FT_GlyphLoader_CheckPoints()
247 old_max = loader->max_contours; in FT_GlyphLoader_CheckPoints()
250 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints()
[all …]
Dftstroke.c320 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dftgloadr.c211 FT_UInt new_max, old_max; in FT_GlyphLoader_CheckPoints() local
216 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints()
218 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints()
225 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) || in FT_GlyphLoader_CheckPoints()
226 FT_RENEW_ARRAY( base->tags, old_max, new_max ) ) in FT_GlyphLoader_CheckPoints()
232 old_max * 2, new_max * 2 ) ) in FT_GlyphLoader_CheckPoints()
236 loader->base.extra_points + old_max, in FT_GlyphLoader_CheckPoints()
237 old_max ); in FT_GlyphLoader_CheckPoints()
247 old_max = loader->max_contours; in FT_GlyphLoader_CheckPoints()
250 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints()
[all …]
Dftstroke.c320 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/chromium_org/third_party/freetype/src/autofit/
Dafhints.c48 FT_Int old_max = axis->max_segments; in af_axis_hints_new_segment() local
49 FT_Int new_max = old_max; in af_axis_hints_new_segment()
53 if ( old_max >= big_max ) in af_axis_hints_new_segment()
60 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_segment()
63 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) ) in af_axis_hints_new_segment()
93 FT_Int old_max = axis->max_edges; in af_axis_hints_new_edge() local
94 FT_Int new_max = old_max; in af_axis_hints_new_edge()
98 if ( old_max >= big_max ) in af_axis_hints_new_edge()
105 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_edge()
108 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max ) ) in af_axis_hints_new_edge()
[all …]
/external/freetype/src/autofit/
Dafhints.c48 FT_Int old_max = axis->max_segments; in af_axis_hints_new_segment() local
49 FT_Int new_max = old_max; in af_axis_hints_new_segment()
53 if ( old_max >= big_max ) in af_axis_hints_new_segment()
60 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_segment()
63 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) ) in af_axis_hints_new_segment()
93 FT_Int old_max = axis->max_edges; in af_axis_hints_new_edge() local
94 FT_Int new_max = old_max; in af_axis_hints_new_edge()
98 if ( old_max >= big_max ) in af_axis_hints_new_edge()
105 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_edge()
108 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max ) ) in af_axis_hints_new_edge()
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/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/chromium_org/third_party/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/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c266 const GLuint old_max = *num_textures; in update_textures() local
270 if (samplers_used == 0x0 && old_max == 0) in update_textures()
289 else if (samplers_used == 0 && unit >= old_max) { in update_textures()
301 new_count = MAX2(*num_textures, old_max); in update_textures()
Dst_atom_sampler.c218 const GLuint old_max = *num_samplers; in update_shader_samplers() local
240 else if (samplers_used != 0 || unit < old_max) { in update_shader_samplers()
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_atom_texture.c266 const GLuint old_max = *num_textures; in update_textures() local
270 if (samplers_used == 0x0 && old_max == 0) in update_textures()
289 else if (samplers_used == 0 && unit >= old_max) { in update_textures()
301 new_count = MAX2(*num_textures, old_max); in update_textures()
Dst_atom_sampler.c218 const GLuint old_max = *num_samplers; in update_shader_samplers() local
240 else if (samplers_used != 0 || unit < old_max) { in update_shader_samplers()
/external/chromium_org/third_party/skia/src/fonts/
DSkFontMgr_fontconfig.cpp166 int old_min, int old_max, int new_min, int new_max) { in map_range() argument
167 SkASSERT(old_min < old_max); in map_range()
170 new_max - new_min, old_max - old_min); in map_range()
/external/skia/src/fonts/
DSkFontMgr_fontconfig.cpp166 int old_min, int old_max, int new_min, int new_max) { in map_range() argument
167 SkASSERT(old_min < old_max); in map_range()
170 new_max - new_min, old_max - old_min); in map_range()
/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/iputils/
Drdisc.c1398 int old_max = max_preference(); in record_router() local
1413 tp->preference == old_max) in record_router()
1420 if (preference > old_max) in record_router()
/external/chromium_org/third_party/libpng/
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()
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()
/external/qemu/distrib/libpng-1.2.46/
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()
/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.c146 int old_max = global->max_redirs; in control_global_add_redir() local
147 int new_max = old_max + (old_max >> 1) + 4; in control_global_add_redir()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
Dttcmap.c2722 FT_UInt32 old_max = cmap->max_results; in tt_cmap14_ensure() local
2730 if ( FT_QRENEW_ARRAY( cmap->results, old_max, num_results ) ) in tt_cmap14_ensure()

12