Home
last modified time | relevance | path

Searched refs:PCF_FORMAT_MATCH (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/pcf/
Dpcfread.c325 if ( PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_metric()
509 if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_properties()
704 PCF_FORMAT_MATCH( format, PCF_COMPRESSED_METRICS ) ? in pcf_get_metrics()
707 if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) && in pcf_get_metrics()
708 !PCF_FORMAT_MATCH( format, PCF_COMPRESSED_METRICS ) ) in pcf_get_metrics()
711 if ( PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_metrics()
731 if ( PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_metrics()
859 if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_bitmaps()
1009 if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) && in pcf_get_encodings()
1010 !PCF_FORMAT_MATCH( format, PCF_BDF_ENCODINGS ) ) in pcf_get_encodings()
[all …]
Dpcf.h194 #define PCF_FORMAT_MATCH( a, b ) \ macro