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

  /external/chromium_org/third_party/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;
  /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;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 495 milliseconds