Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/misc/
H A Dmisc.c313 int old_stretch_mode; in UXTHEME_StretchBlt() local
316 old_stretch_mode = SetStretchBltMode(hdcDst, HALFTONE); in UXTHEME_StretchBlt()
335 SetStretchBltMode(hdcDst, old_stretch_mode); in UXTHEME_StretchBlt()