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

  /external/freetype/src/base/
ftpatent.c 202 if( FT_READ_USHORT( flags ) )
231 if ( FT_READ_USHORT( num_ins ) )
ftrfork.c 121 if ( FT_READ_USHORT( type_list ) )
170 if ( FT_READ_USHORT( cnt ) )
177 FT_READ_USHORT( subcnt ) ||
178 FT_READ_USHORT( rpos ) )
201 if ( FT_READ_USHORT( ref[j].res_id ) )
721 if ( FT_READ_USHORT( n_of_entries ) )
ftobjs.c     [all...]
  /external/freetype/src/sfnt/
ttpost.c 170 if ( FT_READ_USHORT( num_glyphs ) )
322 if ( FT_READ_USHORT( num_glyphs ) )
ttmtx.c 391 FT_READ_USHORT( *aadvance ) ||
402 FT_READ_USHORT( *aadvance ) )
ttsbit.c     [all...]
  /external/freetype/src/cff/
cffload.c 239 if ( !FT_READ_USHORT( count ) &&
688 if ( FT_READ_USHORT( num_ranges ) )
914 if ( FT_READ_USHORT( glyph_sid ) )
920 if ( FT_READ_USHORT( nleft ) )
    [all...]
  /external/freetype/src/pfr/
pfrload.c 209 if ( FT_STREAM_SEEK( section_offset ) || FT_READ_USHORT( count ) )
235 FT_READ_USHORT( num_log_fonts ) )
242 FT_READ_USHORT( size ) ||
  /external/freetype/include/freetype/internal/
ftstream.h 316 #define FT_READ_USHORT( var ) FT_READ_MACRO( FT_Stream_ReadUShort, FT_UShort, var )
  /external/freetype/src/truetype/
ttgload.c     [all...]

Completed in 116 milliseconds