HomeSort by relevance Sort by last modified time
    Searched refs:FT_STREAM_POS (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/freetype/src/sfnt/
ttpost.c 235 if ( FT_STREAM_POS() >= post_limit )
240 post_limit - FT_STREAM_POS() ));
247 FT_STREAM_POS() > post_limit - (FT_Int)len )
252 len, post_limit - FT_STREAM_POS() ));
253 len = FT_MAX( 0, post_limit - FT_STREAM_POS() );
391 post_limit = FT_STREAM_POS() + post_len;
ttmtx.c 85 *ptable_offset = FT_STREAM_POS();
ttload.c 346 sfnt.offset = FT_STREAM_POS();
785 table_pos = FT_STREAM_POS();
    [all...]
  /external/freetype/src/sfnt/
ttpost.c 235 if ( FT_STREAM_POS() >= post_limit )
240 post_limit - FT_STREAM_POS() ));
247 FT_STREAM_POS() > post_limit - (FT_Int)len )
252 len, post_limit - FT_STREAM_POS() ));
253 len = FT_MAX( 0, post_limit - FT_STREAM_POS() );
391 post_limit = FT_STREAM_POS() + post_len;
ttmtx.c 85 *ptable_offset = FT_STREAM_POS();
ttsbit.c 167 if ( FT_STREAM_SEEK( FT_STREAM_POS() - 8 ) )
278 if ( FT_STREAM_SEEK( FT_STREAM_POS() + offset ) ||
359 decoder->ebdt_start = FT_STREAM_POS();
    [all...]
ttload.c 343 sfnt.offset = FT_STREAM_POS();
782 table_pos = FT_STREAM_POS();
    [all...]
sfobjs.c 453 FT_ASSERT( FT_STREAM_POS() == 0 );
753 offset = FT_STREAM_POS();
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttpost.c 235 if ( FT_STREAM_POS() >= post_limit )
240 post_limit - FT_STREAM_POS() ));
247 FT_STREAM_POS() > post_limit - (FT_Int)len )
252 len, post_limit - FT_STREAM_POS() ));
253 len = FT_MAX( 0, post_limit - FT_STREAM_POS() );
391 post_limit = FT_STREAM_POS() + post_len;
ttmtx.c 86 *ptable_offset = FT_STREAM_POS();
92 *ptable_offset = FT_STREAM_POS();
ttload.c 369 sfnt.offset = FT_STREAM_POS();
808 table_pos = FT_STREAM_POS();
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidparse.c 67 base_offset = FT_STREAM_POS();
93 for ( offset = FT_STREAM_POS(); ; offset += 256 )
98 stream_len = stream->size - FT_STREAM_POS();
cidload.c 568 FT_ULong oldpos = FT_STREAM_POS();
581 plimit = p + FT_STREAM_POS() - oldpos;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1parse.c 276 FT_Long start_pos = FT_STREAM_POS();
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftstream.h 365 FT_Stream_Pos( FT_Stream stream );
486 #define FT_STREAM_POS() \
487 FT_Stream_Pos( stream )
  /external/freetype/include/internal/
ftstream.h 365 FT_Stream_Pos( FT_Stream stream );
486 #define FT_STREAM_POS() \
487 FT_Stream_Pos( stream )
  /external/freetype/src/gzip/
ftgzip.c 297 zip->start = FT_STREAM_POS();
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftstream.h 365 FT_Stream_Pos( FT_Stream stream );
486 #define FT_STREAM_POS() \
487 FT_Stream_Pos( stream )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftstream.h 365 FT_Stream_Pos( FT_Stream stream );
486 #define FT_STREAM_POS() \
487 FT_Stream_Pos( stream )
  /external/chromium_org/third_party/freetype/src/cff/
cffload.c 238 idx->start = FT_STREAM_POS();
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.c 406 gvar_start = FT_STREAM_POS( );
670 fvar_start = FT_STREAM_POS( );
    [all...]
  /external/freetype/src/cff/
cffload.c 238 idx->start = FT_STREAM_POS();
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 406 gvar_start = FT_STREAM_POS( );
670 fvar_start = FT_STREAM_POS( );
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffload.c 238 idx->start = FT_STREAM_POS();
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgxvar.c 406 gvar_start = FT_STREAM_POS( );
670 fvar_start = FT_STREAM_POS( );
    [all...]

Completed in 483 milliseconds

1 2