Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cplusplus/example/cpp_aos/
A Dinheritance.cpp30 Rectangle Rect; in test_inheritance() local
33 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()
/AliOS-Things-master/components/SDL2/test/
A Dtestoffscreen.c38 SDL_Rect Rect; in draw() local
44 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()
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtkeyboard.cpp420 Windows::Foundation::Rect rect = inputPane->OccludedRect; in WINRT_IsScreenKeyboardShown()

Completed in 5 milliseconds