Searched refs:CanCompressMetrics (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfwrite.c190 #define CanCompressMetrics(min,max) (CanCompressMetric(min) && CanCompressMetric(max)) macro
279 if (CanCompressMetrics(minbounds, maxbounds)) {
299 if (CanCompressMetrics(ink_minbounds, ink_maxbounds)) {
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfwrite.c192 #define CanCompressMetrics(min,max) (CanCompressMetric(min) && CanCompressMetric(max)) macro
281 if (CanCompressMetrics(minbounds, maxbounds)) {
301 if (CanCompressMetrics(ink_minbounds, ink_maxbounds)) {
/xsrc/external/mit/bdftopcf/dist/
H A Dpcfwrite.c205 #define CanCompressMetrics(min,max) (CanCompressMetric(min) && CanCompressMetric(max)) macro
293 if (CanCompressMetrics(minbounds, maxbounds)) {
315 if (CanCompressMetrics(ink_minbounds, ink_maxbounds)) {

Completed in 4 milliseconds