Searched refs:FT_READ_ULONG_LE (Results 1 – 3 of 3) sorted by relevance
502 if ( FT_READ_ULONG_LE( format ) ) in pcf_get_properties()516 (void)FT_READ_ULONG_LE( orig_nprops ); in pcf_get_properties()588 (void)FT_READ_ULONG_LE( string_size ); in pcf_get_properties()698 if ( FT_READ_ULONG_LE( format ) ) in pcf_get_metrics()717 (void)FT_READ_ULONG_LE( orig_nmetrics ); in pcf_get_metrics()891 (void)FT_READ_ULONG_LE( offset ); in pcf_get_bitmaps()915 (void)FT_READ_ULONG_LE( bitmapSizes[i] ); in pcf_get_bitmaps()1002 if ( FT_READ_ULONG_LE( format ) ) in pcf_get_encodings()1209 if ( FT_READ_ULONG_LE( format ) ) in pcf_get_accel()
86 if ( !FT_READ_ULONG_LE( size ) ) in read_pfb_tag()
348 #define FT_READ_ULONG_LE( var ) FT_READ_MACRO( FT_Stream_ReadULongLE, FT_ULong, var ) macro