Searched refs:cur_max (Results 1 – 10 of 10) sorted by relevance
/external/blktrace/btt/ |
D | mmap.c | 37 static off_t cur_min, cur, cur_max, total_size; variable 98 cur_max = cur_min + len; in move_map() 99 return (cur < cur_max); in move_map() 134 if ((cur + 512) > cur_max) in next_trace()
|
/external/freetype/src/base/ |
D | ftdbgmem.c | 70 FT_Long cur_max; /* current maximum allocated size */ member 494 node->cur_max = 0; in ft_mem_table_get_source() 563 if ( size > source->cur_max ) in ft_mem_table_set() 564 source->cur_max = size; in ft_mem_table_set() 980 source->cur_size, source->max_size, source->cur_max, in FT_DumpMemory()
|
D | ftstroke.c | 327 FT_UInt cur_max = old_max; in ft_stroke_border_grow() local 331 while ( cur_max < new_max ) in ft_stroke_border_grow() 332 cur_max += ( cur_max >> 1 ) + 16; 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() 338 border->max_points = cur_max; in ft_stroke_border_grow()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftdbgmem.c | 70 FT_Long cur_max; /* current maximum allocated size */ member 494 node->cur_max = 0; in ft_mem_table_get_source() 563 if ( size > source->cur_max ) in ft_mem_table_set() 564 source->cur_max = size; in ft_mem_table_set() 980 source->cur_size, source->max_size, source->cur_max, in FT_DumpMemory()
|
D | ftstroke.c | 337 FT_UInt cur_max = old_max; in ft_stroke_border_grow() local 341 while ( cur_max < new_max ) in ft_stroke_border_grow() 342 cur_max += ( cur_max >> 1 ) + 16; in ft_stroke_border_grow() 344 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow() 345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow() 348 border->max_points = cur_max; in ft_stroke_border_grow()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
D | ftdbgmem.c | 70 FT_Long cur_max; /* current maximum allocated size */ member 494 node->cur_max = 0; in ft_mem_table_get_source() 563 if ( size > source->cur_max ) in ft_mem_table_set() 564 source->cur_max = size; in ft_mem_table_set() 980 source->cur_size, source->max_size, source->cur_max, in FT_DumpMemory()
|
D | ftstroke.c | 337 FT_UInt cur_max = old_max; in ft_stroke_border_grow() local 341 while ( cur_max < new_max ) in ft_stroke_border_grow() 342 cur_max += ( cur_max >> 1 ) + 16; in ft_stroke_border_grow() 344 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow() 345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow() 348 border->max_points = cur_max; in ft_stroke_border_grow()
|
/external/freetype/src/pshinter/ |
D | pshglob.c | 529 FT_Short cur_max ) in psh_calc_max_height() argument 539 if ( cur_height > cur_max ) in psh_calc_max_height() 540 cur_max = cur_height; in psh_calc_max_height() 543 return cur_max; in psh_calc_max_height()
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshglob.c | 529 FT_Short cur_max ) in psh_calc_max_height() argument 539 if ( cur_height > cur_max ) in psh_calc_max_height() 540 cur_max = cur_height; in psh_calc_max_height() 543 return cur_max; in psh_calc_max_height()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/ |
D | pshglob.c | 529 FT_Short cur_max ) in psh_calc_max_height() argument 539 if ( cur_height > cur_max ) in psh_calc_max_height() 540 cur_max = cur_height; in psh_calc_max_height() 543 return cur_max; in psh_calc_max_height()
|