Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/opengl32/
H A Dsw_extensions.c18 HBITMAP bmpDst, bmpOld; in START_TEST() local
35 bmpOld = SelectObject(hdcDst, bmpDst); in START_TEST()
76 SelectObject(hdcDst, bmpOld); in START_TEST()
/reactos/modules/rostests/winetests/user32/
H A Dcursoricon.c1676 bmpOld = SelectObject(hdc, bmp); in test_GetCursorFrameInfo()
1881 if(bmpOld) SelectObject(hdc, bmpOld); in test_GetCursorFrameInfo()
1991 HBITMAP bmpOld = NULL; in test_DrawIcon() local
2045 if(bmpOld) in test_DrawIcon()
2046 SelectObject(hdcDst, bmpOld); in test_DrawIcon()
2075 HBITMAP bmpOld = NULL; in test_DrawIconEx() local
2138 if(bmpOld) in test_DrawIconEx()
2139 SelectObject(hdcDst, bmpOld); in test_DrawIconEx()
2224 HBITMAP bmpOld = NULL; in test_DrawState() local
2262 if(bmpOld) in test_DrawState()
[all …]