HomeSort by relevance Sort by last modified time
    Searched refs:total_max (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/freetype/src/base/
ftdbgmem.c 841 FT_Long total_max = ft_atol( p ); local
844 if ( total_max > 0 )
847 table->alloc_total_max = (FT_ULong)total_max;
  /external/freetype/src/base/
ftdbgmem.c 841 FT_Long total_max = ft_atol( p ); local
844 if ( total_max > 0 )
847 table->alloc_total_max = (FT_ULong)total_max;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftdbgmem.c 841 FT_Long total_max = ft_atol( p ); local
844 if ( total_max > 0 )
847 table->alloc_total_max = (FT_ULong)total_max;

Completed in 89 milliseconds