Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttpost.c162 FT_ULong post_limit ) in load_format_20() argument
239 if ( FT_STREAM_POS() >= post_limit ) in load_format_20()
244 post_limit - FT_STREAM_POS() )); in load_format_20()
250 if ( len > post_limit || in load_format_20()
251 FT_STREAM_POS() > post_limit - len ) in load_format_20()
253 FT_Int d = (FT_Int)post_limit - (FT_Int)FT_STREAM_POS(); in load_format_20()
317 FT_ULong post_limit ) in load_format_25() argument
325 FT_UNUSED( post_limit ); in load_format_25()
388 FT_ULong post_limit; in load_post_names() local
399 post_limit = FT_STREAM_POS() + post_len; in load_post_names()
[all …]
/external/freetype/
DChangeLog.245228 * src/sfnt/ttpost.c (load_format_20): Make `post_limit' of type
5232 (load_format_25, load_post_names): Make `post_limit' of type