Home
last modified time | relevance | path

Searched defs:DrawWhiteMaskedText (Results 1 – 4 of 4) sorted by path

/dports/games/xkoules/koules1.4/os2dive/
H A Dinterface.h82 DrawWhiteMaskedText (int x, int y, char *text) in DrawWhiteMaskedText() function
/dports/games/xkoules/koules1.4/svgalib/
H A Dinterface.h87 DrawWhiteMaskedText (int x, int y, char *text) in DrawWhiteMaskedText() function
/dports/games/xkoules/koules1.4/xlib/
H A Dinterface.h163 #define DrawWhiteMaskedText(xp,yp,text) XDrawString (dp, current.pixmap, whitegc, xp, yp + 7, text,… macro
H A Dtext.c174 DrawWhiteMaskedText (int xp, int yp, char *text) in DrawWhiteMaskedText() function