HomeSort by relevance Sort by last modified time
    Searched full:post_len (Results 1 - 1 of 1) sorted by null

  /external/freetype/src/sfnt/
ttpost.c 379 FT_ULong post_len; local
387 error = face->goto_table( face, TTAG_post, stream, &post_len );
391 post_limit = FT_STREAM_POS() + post_len;

Completed in 38 milliseconds