Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dcursoricon.c493 BITMAP origBitmap; in test_CopyImage_Check() local
502 GetObjectA(bitmap, sizeof(origBitmap), &origBitmap); in test_CopyImage_Check()
504 orig_is_dib = (origBitmap.bmBits != NULL); in test_CopyImage_Check()
525 expectedDepth = origBitmap.bmBitsPixel; in test_CopyImage_Check()
533 … orig_is_dib ? "DIB" : "DDB", origBitmap.bmWidth, origBitmap.bmHeight, origBitmap.bmBitsPixel, in test_CopyImage_Check()