Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttpost.c161 FT_ULong post_len ) in load_format_20() argument
184 (FT_ULong)num_glyphs * 2UL > post_len - 2 ) in load_format_20()
234 post_len -= (FT_ULong)num_glyphs * 2UL + 2; in load_format_20()
236 if ( FT_QALLOC( strings, post_len + 1 ) || in load_format_20()
237 FT_STREAM_READ( strings, post_len ) || in load_format_20()
242 for ( p = 0, n = 0; p < post_len && n < num_names; n++ ) in load_format_20()
257 strings[post_len] = 0; in load_format_20()
262 if ( post_len == 0 ) in load_format_20()
268 post_len = 1; in load_format_20()
269 strings[post_len] = 0; in load_format_20()
[all …]
/third_party/freetype/src/sfnt/
Dttpost.c386 FT_ULong post_len; in load_post_names() local
394 error = face->goto_table( face, TTAG_post, stream, &post_len ); in load_post_names()
398 post_limit = FT_STREAM_POS() + post_len; in load_post_names()
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttpost.c387 FT_ULong post_len; in load_post_names() local
395 error = face->goto_table( face, TTAG_post, stream, &post_len ); in load_post_names()
399 post_limit = FT_STREAM_POS() + post_len; in load_post_names()
/third_party/ffmpeg/libavfilter/
Dasrc_sinc.c221 static int fir_to_phase(SincContext *s, float **h, int *len, int *post_len, float phase) in fir_to_phase() argument
334 *post_len = phase > 50 ? peak - begin : begin + *len - (peak + 1); in fir_to_phase()
338 work[imp_peak], *len, *post_len, 100.f - 100.f * *post_len / (*len - 1)); in fir_to_phase()