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

  /external/freetype/src/sfnt/
ttpost.c 384 FT_ULong post_len; local
392 error = face->goto_table( face, TTAG_post, stream, &post_len );
396 post_limit = FT_STREAM_POS() + post_len;
  /external/pdfium/third_party/freetype/src/sfnt/
ttpost.c 382 FT_ULong post_len; local
390 error = face->goto_table( face, TTAG_post, stream, &post_len );
394 post_limit = FT_STREAM_POS() + post_len;

Completed in 308 milliseconds