Searched refs:PCF_FORMAT_MATCH (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfread.c | 254 if ( PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_metric() 426 if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_properties() 588 if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) && in pcf_get_metrics() 589 !PCF_FORMAT_MATCH( format, PCF_COMPRESSED_METRICS ) ) in pcf_get_metrics() 592 if ( PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_metrics() 619 if ( PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_metrics() 695 if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_bitmaps() 812 if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) in pcf_get_encodings() 933 if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) && in pcf_get_accel() 934 !PCF_FORMAT_MATCH( format, PCF_ACCEL_W_INKBOUNDS ) ) in pcf_get_accel() [all …]
|
A D | pcf.h | 181 #define PCF_FORMAT_MATCH( a, b ) \ macro
|
Completed in 4 milliseconds