Searched refs:FT_READ_ULONG_LE (Results 1 – 3 of 3) sorted by relevance
501 if ( FT_READ_ULONG_LE( format ) ) in pcf_get_properties()515 (void)FT_READ_ULONG_LE( orig_nprops ); in pcf_get_properties()587 (void)FT_READ_ULONG_LE( string_size ); in pcf_get_properties()697 if ( FT_READ_ULONG_LE( format ) ) in pcf_get_metrics()716 (void)FT_READ_ULONG_LE( orig_nmetrics ); in pcf_get_metrics()889 (void)FT_READ_ULONG_LE( offset ); in pcf_get_bitmaps()913 (void)FT_READ_ULONG_LE( bitmapSizes[i] ); in pcf_get_bitmaps()1000 if ( FT_READ_ULONG_LE( format ) ) in pcf_get_encodings()1207 if ( FT_READ_ULONG_LE( format ) ) in pcf_get_accel()
85 if ( !FT_READ_ULONG_LE( size ) ) in read_pfb_tag()
346 #define FT_READ_ULONG_LE( var ) FT_READ_MACRO( FT_Stream_ReadULongLE, FT_ULong, var ) macro