Searched defs:ink_maxbounds (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/4.3/include/fonts/
H A Dfontstruct.h95 xCharInfo ink_maxbounds; member in struct:_FontInfo
280 #define FONT_MAX_ASCENT(pi) ((pi)->fontAscent > (pi)->ink_maxbounds.ascent ? \
281 (pi)->fontAscent : (pi)->ink_maxbounds.ascent)
282 #define FONT_MAX_DESCENT(pi) ((pi)->fontDescent > (pi)->ink_maxbounds.descent ? \
283 (pi)->fontDescent : (pi)->ink_maxbounds.descent)
287 #define FONT_MAX_RIGHT(pi) ((pi)->ink_maxbounds.rightSideBearing > \
288 (pi)->ink_maxbounds.characterWidth ? \
289 (pi)->ink_maxbounds.rightSideBearing : \
290 (pi)->ink_maxbounds.characterWidth)
/vbox/src/VBox/Additions/x11/x11include/fontsproto-2.1.0/X11/fonts/
H A Dfontstruct.h93 xCharInfo ink_maxbounds; member in struct:_FontInfo
278 #define FONT_MAX_ASCENT(pi) ((pi)->fontAscent > (pi)->ink_maxbounds.ascent ? \
279 (pi)->fontAscent : (pi)->ink_maxbounds.ascent)
280 #define FONT_MAX_DESCENT(pi) ((pi)->fontDescent > (pi)->ink_maxbounds.descent ? \
281 (pi)->fontDescent : (pi)->ink_maxbounds.descent)
285 #define FONT_MAX_RIGHT(pi) ((pi)->ink_maxbounds.rightSideBearing > \
286 (pi)->ink_maxbounds.characterWidth ? \
287 (pi)->ink_maxbounds.rightSideBearing : \
288 (pi)->ink_maxbounds.characterWidth)

Completed in 45 milliseconds