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

  /external/freetype/src/base/
ftsnames.c 68 FT_STREAM_SEEK( entry->stringOffset ) ||
ftpatent.c 135 FT_STREAM_SEEK( offset_i ) )
179 if ( FT_STREAM_SEEK( offset ) ||
  /external/freetype/src/cff/
cffload.c 338 FT_STREAM_SEEK( idx->start + 3 ) ||
490 if ( FT_STREAM_SEEK( idx->start + 3 + pos ) )
546 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) ||
675 if ( FT_STREAM_SEEK( offset ) || FT_READ_BYTE( format ) )
876 if ( FT_STREAM_SEEK( charset->offset ) ||
1098 if ( FT_STREAM_SEEK( encoding->offset ) ||
    [all...]
cffobjs.c 511 if ( FT_STREAM_SEEK( 0 ) )
571 if ( FT_STREAM_SEEK( 0 ) )
    [all...]
  /external/freetype/src/sfnt/
ttmtx.c 390 if ( FT_STREAM_SEEK( table_pos ) ||
401 if ( FT_STREAM_SEEK( table_pos ) ||
410 if ( !FT_STREAM_SEEK( table_pos ) )
ttload.c 142 if ( FT_STREAM_SEEK( table->Offset ) )
192 if ( FT_STREAM_SEEK( offset ) )
245 if ( FT_STREAM_SEEK( table.Offset + 12 ) ||
257 if ( FT_STREAM_SEEK( offset + ( nn + 1 ) * 16 ) )
381 if ( FT_STREAM_SEEK( sfnt.offset + 12 ) ||
    [all...]
sfdriver.c 269 if ( FT_STREAM_SEEK( name->stringOffset ) ||
309 if ( FT_STREAM_SEEK( name->stringOffset ) ||
ttsbit.c 547 if ( FT_STREAM_SEEK( table_base + strike->ranges_offset ) ||
573 if ( FT_STREAM_SEEK( range->table_offset ) ||
    [all...]
sfobjs.c 272 FT_STREAM_SEEK( rec->stringOffset ) ||
483 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) )
    [all...]
ttsbit0.c 716 if ( FT_STREAM_SEEK( decoder->ebdt_start + glyph_start ) ||
  /external/freetype/src/pfr/
pfrload.c 160 if ( !FT_STREAM_SEEK( 0 ) &&
209 if ( FT_STREAM_SEEK( section_offset ) || FT_READ_USHORT( count ) )
234 if ( FT_STREAM_SEEK( section_offset ) ||
257 if ( FT_STREAM_SEEK( offset ) || FT_FRAME_ENTER( size ) )
731 if ( FT_STREAM_SEEK( offset ) || FT_FRAME_ENTER( size ) )
  /external/freetype/src/truetype/
ttgxvar.c 452 if ( FT_STREAM_SEEK( gvar_start + gvar_head.offsetToCoord ) ||
740 if ( FT_STREAM_SEEK( fvar_start + fvar_head.offsetToData ) )
    [all...]
ttgload.c 283 if ( FT_STREAM_SEEK( offset ) || FT_FRAME_ENTER( byte_count ) )
    [all...]
ttobjs.c 509 if ( FT_STREAM_SEEK( 0 ) )
    [all...]
  /external/freetype/include/freetype/internal/
ftstream.h 362 FT_Stream_Seek( FT_Stream stream,
496 #define FT_STREAM_SEEK( position ) \
497 FT_SET_ERROR( FT_Stream_Seek( stream, position ) )

Completed in 189 milliseconds