Searched refs:cur_max (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftdbgmem.c | 70 FT_Long cur_max; /* current maximum allocated size */ member 451 node->cur_max = 0; in ft_mem_table_get_source() 520 if ( size > source->cur_max ) in ft_mem_table_set() 521 source->cur_max = size; in ft_mem_table_set() 953 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()
|
/third_party/freetype/src/base/ |
D | ftdbgmem.c | 70 FT_Long cur_max; /* current maximum allocated size */ member 495 node->cur_max = 0; in ft_mem_table_get_source() 564 if ( size > source->cur_max ) in ft_mem_table_set() 565 source->cur_max = size; in ft_mem_table_set() 983 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()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftdbgmem.c | 70 FT_Long cur_max; /* current maximum allocated size */ member 495 node->cur_max = 0; in ft_mem_table_get_source() 564 if ( size > source->cur_max ) in ft_mem_table_set() 565 source->cur_max = size; in ft_mem_table_set() 981 source->cur_size, source->max_size, source->cur_max, in FT_DumpMemory()
|
D | ftstroke.c | 338 FT_UInt cur_max = old_max; in ft_stroke_border_grow() local 342 while ( cur_max < new_max ) in ft_stroke_border_grow() 343 cur_max += ( cur_max >> 1 ) + 16; in ft_stroke_border_grow() 345 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow() 346 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow() 349 border->max_points = cur_max; in ft_stroke_border_grow()
|
/third_party/flutter/skia/third_party/externals/freetype/src/pshinter/ |
D | pshglob.c | 530 FT_Short cur_max ) in psh_calc_max_height() argument 540 if ( cur_height > cur_max ) in psh_calc_max_height() 541 cur_max = cur_height; in psh_calc_max_height() 544 return cur_max; in psh_calc_max_height()
|
/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/boost/libs/locale/src/util/ |
D | gregorian.cpp | 654 int cur_max = get_value(p,actual_maximum); in adjust_value() local 655 int max_diff = cur_max - cur_min + 1; in adjust_value()
|
/third_party/ffmpeg/libavfilter/opencl/ |
D | tonemap.cl | 140 uint cur_max = peak_buf[frame_idx]; 152 peak_buf[frame_idx] = cur_max;
|