Searched refs:alloc_max (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c120 FT_ULong alloc_max; member in struct:FT_MemTableRec_
411 table->alloc_max );
592 if ( table->alloc_current > table->alloc_max )
593 table->alloc_max = table->alloc_current;
959 table->alloc_current, table->alloc_max,
/external/freetype/src/base/
H A Dftdbgmem.c120 FT_ULong alloc_max; member in struct:FT_MemTableRec_
411 table->alloc_max );
592 if ( table->alloc_current > table->alloc_max )
593 table->alloc_max = table->alloc_current;
959 table->alloc_current, table->alloc_max,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdbgmem.c120 FT_ULong alloc_max; member in struct:FT_MemTableRec_
411 table->alloc_max );
592 if ( table->alloc_current > table->alloc_max )
593 table->alloc_max = table->alloc_current;
959 table->alloc_current, table->alloc_max,

Completed in 3196 milliseconds