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

  /external/chromium_org/third_party/freetype/src/sfnt/
ttpost.c 158 FT_Long post_limit )
235 if ( FT_STREAM_POS() >= post_limit )
240 post_limit - FT_STREAM_POS() ));
246 if ( (FT_Int)len > post_limit ||
247 FT_STREAM_POS() > post_limit - (FT_Int)len )
252 len, post_limit - FT_STREAM_POS() ));
253 len = FT_MAX( 0, post_limit - FT_STREAM_POS() );
310 FT_Long post_limit )
318 FT_UNUSED( post_limit );
380 FT_Long post_limit; local
    [all...]
  /external/freetype/src/sfnt/
ttpost.c 158 FT_Long post_limit )
235 if ( FT_STREAM_POS() >= post_limit )
240 post_limit - FT_STREAM_POS() ));
246 if ( (FT_Int)len > post_limit ||
247 FT_STREAM_POS() > post_limit - (FT_Int)len )
252 len, post_limit - FT_STREAM_POS() ));
253 len = FT_MAX( 0, post_limit - FT_STREAM_POS() );
310 FT_Long post_limit )
318 FT_UNUSED( post_limit );
380 FT_Long post_limit; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttpost.c 158 FT_Long post_limit )
235 if ( FT_STREAM_POS() >= post_limit )
240 post_limit - FT_STREAM_POS() ));
246 if ( (FT_Int)len > post_limit ||
247 FT_STREAM_POS() > post_limit - (FT_Int)len )
252 len, post_limit - FT_STREAM_POS() ));
253 len = FT_MAX( 0, post_limit - FT_STREAM_POS() );
310 FT_Long post_limit )
318 FT_UNUSED( post_limit );
380 FT_Long post_limit; local
    [all...]

Completed in 169 milliseconds