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

/xsrc/external/mit/libXft/dist/src/
H A Dxftfreetype.c181 #define Y_SIZE(face,i) ((face)->available_sizes[i].y_ppem) macro
206 if (dist (ysize, Y_SIZE(face,i)) <
207 dist (ysize, Y_SIZE(face, best)) ||
208 (dist (ysize, Y_SIZE(face, i)) ==
209 dist (ysize, Y_SIZE(face, best)) &&

Completed in 3 milliseconds