Home
last modified time | relevance | path

Searched refs:hdc_fg (Results 1 – 1 of 1) sorted by relevance

/dports/games/xblast/xblast-2.10.4/
H A Dw32_text.c253 DrawAlignedText (const char *text, int len, unsigned flags, int x, int y, int w, HDC hdc_fg, in DrawAlignedText() argument
265 SelectObject (hdc_fg, hfont[flags & FM_Size]); in DrawAlignedText()
270 GetTextExtentPoint32 (hdc_fg, text, len, &textSize); in DrawAlignedText()
275 SetTextAlign (hdc_fg, TA_TOP | TA_RIGHT); in DrawAlignedText()
281 SetTextAlign (hdc_fg, TA_TOP | TA_LEFT); in DrawAlignedText()
287 SetTextAlign (hdc_fg, TA_CENTER | TA_TOP); in DrawAlignedText()
302 SelectObject (hdc_fg, *pOld); in DrawAlignedText()
313 *pOld = SelectObject (hdc_fg, pix); in DrawAlignedText()
316 ExtTextOut (hdc_fg, xpos, y, ETO_OPAQUE, NULL, text, len, NULL); in DrawAlignedText()