Searched refs:cur_max (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcRM.c | 127 int cur_max, i, from_left, to_left, ret; local in function:mb_mbchar 129 cur_max = XLC_PUBLIC(((MbState) state)->lcd, mb_cur_max); 134 from_left = cur_max; 135 for (i = 0; i < cur_max; i++)
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftdbgmem.c | 70 FT_Long cur_max; /* current maximum allocated size */ member in struct:FT_MemSourceRec_ 495 node->cur_max = 0; 564 if ( size > source->cur_max ) 565 source->cur_max = size; 983 source->cur_size, source->max_size, source->cur_max,
|
| H A D | ftstroke.c | 337 FT_UInt cur_max = old_max; local in function:ft_stroke_border_grow 341 while ( cur_max < new_max ) 342 cur_max += ( cur_max >> 1 ) + 16; 344 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || 345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) 348 border->max_points = cur_max;
|
| /xsrc/external/mit/freetype/dist/src/pshinter/ |
| H A D | pshglob.c | 529 FT_Short cur_max ) 539 if ( cur_height > cur_max ) 540 cur_max = cur_height; 543 return cur_max; 527 psh_calc_max_height(FT_UInt num,const FT_Short * values,FT_Short cur_max) argument
|
Completed in 10 milliseconds