Home
last modified time | relevance | path

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

/external/freetype/src/pcf/
Dpcfread.c326 if ( PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_metric()
510 if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_properties()
705 PCF_FORMAT_MATCH( format, PCF_COMPRESSED_METRICS ) ? in pcf_get_metrics()
708 if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) && in pcf_get_metrics()
709 !PCF_FORMAT_MATCH( format, PCF_COMPRESSED_METRICS ) ) in pcf_get_metrics()
712 if ( PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_metrics()
732 if ( PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_metrics()
856 if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_bitmaps()
999 if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_encodings()
1199 PCF_FORMAT_MATCH( format, PCF_ACCEL_W_INKBOUNDS ) ? in pcf_get_accel()
[all …]
Dpcf.h194 #define PCF_FORMAT_MATCH( a, b ) \ macro