Lines Matching refs:xPos
26 #define BUTTONS_OK_CANCEL_HELP( xPos, yPos, xOffset, yOffset ) \
29 Pos = MAP_APPFONT ( xPos , yPos ) ; \
36 Pos = MAP_APPFONT ( xPos+xOffset , yPos+yOffset ) ; \
42 Pos = MAP_APPFONT ( xPos+xOffset+xOffset , yPos+yOffset+yOffset ) ; \
47 #define BUTTONS_OK_CANCEL_HELP_STACKED( xPos ) \
48 BUTTONS_OK_CANCEL_HELP( xPos, 6, 0, 17 )
50 #define BUTTONS_HELP_OK_CANCEL( xPos, yPos, xOffset, yOffset ) \
53 Pos = MAP_APPFONT ( xPos , yPos ) ; \
59 Pos = MAP_APPFONT ( xPos+xOffset , yPos+yOffset ) ; \
66 Pos = MAP_APPFONT ( xPos+xOffset+xOffset , yPos+yOffset+yOffset ) ; \
71 #define BUTTONS_HELP_OK_CANCEL_NEXT( xPos, yPos ) \
72 BUTTONS_HELP_OK_CANCEL( xPos, yPos, 53, 0 )