Searched refs:bmpOld (Results 1 – 2 of 2) sorted by relevance
18 HBITMAP bmpDst, bmpOld; in START_TEST() local35 bmpOld = SelectObject(hdcDst, bmpDst); in START_TEST()76 SelectObject(hdcDst, bmpOld); in START_TEST()
1676 bmpOld = SelectObject(hdc, bmp); in test_GetCursorFrameInfo()1881 if(bmpOld) SelectObject(hdc, bmpOld); in test_GetCursorFrameInfo()1991 HBITMAP bmpOld = NULL; in test_DrawIcon() local2045 if(bmpOld) in test_DrawIcon()2046 SelectObject(hdcDst, bmpOld); in test_DrawIcon()2075 HBITMAP bmpOld = NULL; in test_DrawIconEx() local2138 if(bmpOld) in test_DrawIconEx()2139 SelectObject(hdcDst, bmpOld); in test_DrawIconEx()2224 HBITMAP bmpOld = NULL; in test_DrawState() local2262 if(bmpOld) in test_DrawState()[all …]