Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttpost.c158 FT_Long post_limit ) in load_format_20() argument
235 if ( FT_STREAM_POS() >= post_limit ) in load_format_20()
240 post_limit - FT_STREAM_POS() )); in load_format_20()
246 if ( (FT_Int)len > post_limit || in load_format_20()
247 FT_STREAM_POS() > post_limit - (FT_Int)len ) in load_format_20()
252 len, post_limit - FT_STREAM_POS() )); in load_format_20()
253 len = FT_MAX( 0, post_limit - FT_STREAM_POS() ); in load_format_20()
310 FT_Long post_limit ) in load_format_25() argument
318 FT_UNUSED( post_limit ); in load_format_25()
380 FT_Long post_limit; in load_post_names() local
[all …]