Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/windowscodecs/
H A Dbitmap.c151 static BOOL called_CopyPixels; variable
157 called_CopyPixels = TRUE; in bitmapsource_CopyPixels()
1039 called_CopyPixels = FALSE; in test_clipper()
1042 ok(called_CopyPixels, "CopyPixels not called\n"); in test_clipper()
1048 called_CopyPixels = FALSE; in test_clipper()
1055 ok(called_CopyPixels, "CopyPixels not called\n"); in test_clipper()
1061 called_CopyPixels = FALSE; in test_clipper()
1068 ok(!called_CopyPixels, "CopyPixels called\n"); in test_clipper()
1075 ok(!called_CopyPixels, "CopyPixels called\n"); in test_clipper()
1079 called_CopyPixels = FALSE; in test_clipper()
[all …]