Searched defs:TestWindowInfo (Results 1 – 2 of 2) sorted by relevance
38 struct TestWindowInfo { struct50 sptr<Rosen::Window> CreateWindow(const TestWindowInfo& info); argument
37 struct TestWindowInfo { struct38 std::string name;39 Rect rect;40 WindowType type;41 WindowMode mode;65 static sptr<Window> CreateTestWindow(const TestWindowInfo& info); argument