Searched refs:Rect (Results 1 – 3 of 3) sorted by relevance
30 Rectangle Rect; in test_inheritance() local33 Rect.setWidth(5); in test_inheritance()34 Rect.setHeight(7); in test_inheritance()36 area = Rect.getArea(); in test_inheritance()38 cout << "Total area: " << Rect.getArea() << endl; in test_inheritance()40 cout << "Total paint cost: $" << Rect.getCost(area) << endl; in test_inheritance()
38 SDL_Rect Rect; in draw() local44 Rect.x = 0; in draw()45 Rect.y = 0; in draw()46 Rect.w = (frame_number * 2) % width; in draw()47 Rect.h = (frame_number * 2) % height; in draw()49 SDL_RenderFillRect(renderer, &Rect); in draw()
420 Windows::Foundation::Rect rect = inputPane->OccludedRect; in WINRT_IsScreenKeyboardShown()
Completed in 5 milliseconds