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

  /xsrc/external/mit/freetype/dist/src/sfnt/
ttmtx.c 275 FT_READ_USHORT( *aadvance ) ||
286 FT_READ_USHORT( *aadvance ) )
sfwoff2.c 144 if ( FT_READ_USHORT( result_short ) )
380 if ( FT_READ_USHORT( num_metrics ) )
736 if ( FT_READ_USHORT( flags ) )
874 if ( FT_READ_USHORT( num_glyphs ) )
876 if ( FT_READ_USHORT( index_format ) )
953 FT_READ_USHORT( n_contours ) )
999 FT_READ_USHORT( x_min ) )
1129 FT_READ_USHORT( x_min ) )
1302 if ( FT_READ_USHORT( num_glyphs ) )
1312 if ( FT_READ_USHORT( index_format )
    [all...]
ttpost.c 173 if ( FT_READ_USHORT( num_glyphs ) )
327 if ( FT_READ_USHORT( num_glyphs ) )
sfobjs.c 601 FT_READ_USHORT( offset ) ||
603 FT_READ_USHORT( num_axes ) ||
604 FT_READ_USHORT( axis_size ) ||
605 FT_READ_USHORT( num_instances ) ||
606 FT_READ_USHORT( instance_size ) )
ttload.c 913 FT_READ_USHORT( table->numLangTagRecords ) )
  /xsrc/external/mit/freetype/dist/src/cff/
cffload.c 257 if ( FT_READ_USHORT( count ) )
729 if ( FT_READ_USHORT( num_ranges ) )
968 if ( FT_READ_USHORT( glyph_sid ) )
974 if ( FT_READ_USHORT( nleft ) )
1157 if ( FT_READ_USHORT( format ) )
1167 FT_READ_USHORT( vstore->dataCount ) )
1183 FT_READ_USHORT( vstore->axisCount ) ||
1184 FT_READ_USHORT( vstore->regionCount ) )
1236 if ( FT_READ_USHORT( data->regionIdxCount ) )
1244 if ( FT_READ_USHORT( data->regionIndices[j] )
    [all...]
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrload.c 299 FT_READ_USHORT( count ) )
341 FT_READ_USHORT( num_log_fonts ) )
348 FT_READ_USHORT( size ) ||
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.c 443 FT_READ_USHORT( format ) )
456 FT_READ_USHORT( itemStore->dataCount ) )
482 if ( FT_READ_USHORT( itemStore->axisCount ) ||
483 FT_READ_USHORT( itemStore->regionCount ) )
539 if ( FT_READ_USHORT( varData->itemCount ) ||
540 FT_READ_USHORT( shortDeltaCount ) ||
541 FT_READ_USHORT( varData->regionIdxCount ) )
570 if ( FT_READ_USHORT( varData->regionIndices[j] ) )
647 FT_READ_USHORT( format ) ||
648 FT_READ_USHORT( map->mapCount )
    [all...]
ttgload.c 1383 FT_READ_USHORT( n_ins ) )
  /xsrc/external/mit/freetype/dist/src/type1/
t1parse.c 81 if ( !FT_READ_USHORT( tag ) )
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftstream.h 339 #define FT_READ_USHORT( var ) FT_READ_MACRO( FT_Stream_ReadUShort, FT_UShort, var )
  /xsrc/external/mit/freetype/dist/src/base/
ftrfork.c 812 if ( FT_READ_USHORT( n_of_entries ) )
ftobjs.c 1695 if ( FT_READ_USHORT( numTables ) )
1927 if ( FT_READ_USHORT( flags ) )
  /xsrc/external/mit/freetype/dist/src/pcf/
pcfread.c 721 (void)FT_READ_USHORT( orig_nmetrics );

Completed in 19 milliseconds