Searched refs:cur_max (Results 1 - 10 of 10) sorted by relevance

/external/blktrace/btt/
H A Dmmap.c37 static off_t cur_min, cur, cur_max, total_size; variable
98 cur_max = cur_min + len;
99 return (cur < cur_max);
134 if ((cur + 512) > cur_max)
/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c70 FT_Long cur_max; /* current maximum allocated size */ member in struct:FT_MemSourceRec_
492 node->cur_max = 0;
561 if ( size > (FT_ULong)source->cur_max )
562 source->cur_max = size;
974 source->cur_size, source->max_size, source->cur_max,
H A Dftstroke.c327 FT_UInt cur_max = old_max; local
331 while ( cur_max < new_max )
332 cur_max += ( cur_max >> 1 ) + 16;
334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
338 border->max_points = cur_max;
/external/freetype/src/base/
H A Dftdbgmem.c70 FT_Long cur_max; /* current maximum allocated size */ member in struct:FT_MemSourceRec_
492 node->cur_max = 0;
561 if ( size > (FT_ULong)source->cur_max )
562 source->cur_max = size;
974 source->cur_size, source->max_size, source->cur_max,
H A Dftstroke.c327 FT_UInt cur_max = old_max; local
331 while ( cur_max < new_max )
332 cur_max += ( cur_max >> 1 ) + 16;
334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
338 border->max_points = cur_max;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdbgmem.c70 FT_Long cur_max; /* current maximum allocated size */ member in struct:FT_MemSourceRec_
492 node->cur_max = 0;
561 if ( size > (FT_ULong)source->cur_max )
562 source->cur_max = size;
974 source->cur_size, source->max_size, source->cur_max,
H A Dftstroke.c327 FT_UInt cur_max = old_max; local
331 while ( cur_max < new_max )
332 cur_max += ( cur_max >> 1 ) + 16;
334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
338 border->max_points = cur_max;
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshglob.c529 FT_Short cur_max )
539 if ( cur_height > cur_max )
540 cur_max = cur_height;
543 return cur_max;
/external/freetype/src/pshinter/
H A Dpshglob.c529 FT_Short cur_max )
539 if ( cur_height > cur_max )
540 cur_max = cur_height;
543 return cur_max;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshglob.c537 FT_Short cur_max )
547 if ( cur_height > cur_max )
548 cur_max = cur_height;
551 return cur_max;

Completed in 410 milliseconds