Home | History | Annotate | Download | only in test

Lines Matching refs:currentX

941   int currentX, currentY;
993 currentX = desiredX + 1;
995 SDL_GetWindowPosition(window, &currentX, &currentY);
997 SDLTest_AssertCheck(desiredX == currentX, "Verify returned X position; expected: %d, got: %d", desiredX, currentX);
1001 currentX = desiredX + 1;
1002 SDL_GetWindowPosition(window, &currentX, NULL);
1004 SDLTest_AssertCheck(desiredX == currentX, "Verify returned X position; expected: %d, got: %d", desiredX, currentX);
1024 currentX = referenceX;
1032 SDL_GetWindowPosition(NULL, &currentX, &currentY);
1035 currentX == referenceX && currentY == referenceY,
1038 currentX