Searched refs:post_limit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttpost.c158 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/
H A Dttpost.c158 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 45 milliseconds