HomeSort by: relevance | last modified time | path
    Searched refs:FT_STREAM_POS (Results 1 - 21 of 21) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/cid/
cidparse.c 72 base_offset = FT_STREAM_POS();
118 for ( offset = FT_STREAM_POS(); ; offset += 256 )
123 stream_len = stream->size - FT_STREAM_POS();
cidload.c 699 FT_ULong oldpos = FT_STREAM_POS();
712 plimit = p + FT_STREAM_POS() - oldpos;
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttpost.c 238 if ( FT_STREAM_POS() >= post_limit )
243 post_limit - FT_STREAM_POS() ));
250 FT_STREAM_POS() > post_limit - len )
252 FT_Int d = (FT_Int)post_limit - (FT_Int)FT_STREAM_POS();
398 post_limit = FT_STREAM_POS() + post_len;
ttmtx.c 100 *ptable_offset = FT_STREAM_POS();
sfwoff2.c 757 *size = FT_STREAM_POS() - start_offset;
844 const FT_ULong pos = FT_STREAM_POS();
982 substreams[GLYPH_STREAM].offset = FT_STREAM_POS();
1066 substreams[N_POINTS_STREAM].offset = FT_STREAM_POS();
1105 substreams[GLYPH_STREAM].offset = FT_STREAM_POS();
1568 FT_ASSERT( FT_STREAM_POS() == 0 );
1807 FT_ASSERT( FT_STREAM_POS() == 0 );
2061 woff2.compressed_offset = FT_STREAM_POS();
sfwoff.c 138 FT_ASSERT( FT_STREAM_POS() == 0 );
ttsbit.c 90 table_start = FT_STREAM_POS();
191 if ( FT_STREAM_SEEK( FT_STREAM_POS() - 8 ) )
235 face->ebdt_start = FT_STREAM_POS();
sfobjs.c 369 offset = FT_STREAM_POS();
650 FT_ULong array_start = FT_STREAM_POS() - 16 + offset;
ttload.c 369 sfnt.offset = FT_STREAM_POS();
886 table_pos = FT_STREAM_POS();
  /xsrc/external/mit/freetype/dist/src/truetype/
ttpload.c 90 face->glyf_offset = FT_STREAM_POS();
138 FT_Long pos = (FT_Long)FT_STREAM_POS();
ttgxvar.c 785 table_offset = FT_STREAM_POS();
1211 table_offset = FT_STREAM_POS();
1233 records_offset = FT_STREAM_POS();
1505 gvar_start = FT_STREAM_POS( );
2131 fvar_start = FT_STREAM_POS( );
2309 FT_ULong offset = FT_STREAM_POS();
2354 pos = FT_STREAM_POS();
ttgload.c 167 FT_ULong pos = FT_STREAM_POS();
761 loader->ins_pos = (FT_ULong)( FT_STREAM_POS() +
  /xsrc/external/mit/freetype/dist/src/type1/
t1parse.c 275 FT_ULong start_pos = FT_STREAM_POS();
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftstream.h 283 * Note that a call to `FT_STREAM_SEEK` or `FT_STREAM_POS` has **no**
333 * `FT_STREAM_POS'. They use the full machinery to check whether a read is
395 FT_Stream_Pos( FT_Stream stream );
522 #define FT_STREAM_POS() \
523 FT_Stream_Pos( stream )
  /xsrc/external/mit/freetype/dist/src/cff/
cffload.c 247 idx->start = FT_STREAM_POS();
1154 vsOffset = FT_STREAM_POS();
2214 base_offset = FT_STREAM_POS();
2281 font->font_dict_index.data_offset = FT_STREAM_POS();
  /xsrc/external/mit/freetype/dist/src/gzip/
ftgzip.c 303 zip->start = FT_STREAM_POS();
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrload.c 1036 phy_font->bct_offset = FT_STREAM_POS();
  /xsrc/external/mit/freetype/dist/src/winfonts/
winfnt.c 351 font_offset = FT_STREAM_POS() + 4 +
  /xsrc/external/mit/freetype/dist/src/base/
ftobjs.c 1758 pos = FT_STREAM_POS();
  /xsrc/external/mit/libXfont/dist/src/FreeType/
ftfuncs.c 1036 ebdt_pos = FT_STREAM_POS();
  /xsrc/external/mit/libXfont2/dist/src/FreeType/
ftfuncs.c 1038 ebdt_pos = FT_STREAM_POS();

Completed in 55 milliseconds