Lines Matching refs:rootView
45 void CreateDefaultWindow(RootView* rootView, int x, int y) in CreateDefaultWindow() argument
47 if (rootView != nullptr) { in CreateDefaultWindow()
49 config.rect = rootView->GetRect(); in CreateDefaultWindow()
53 window->BindRootView(rootView); in CreateDefaultWindow()
247 RootView* rootView = RootView::GetWindowRootView(); in TestWindowNumLimit() local
248 g_rootViewList[i] = rootView; in TestWindowNumLimit()
249 rootView->SetWidth(10); // 10: width in TestWindowNumLimit()
250 rootView->SetHeight(10); // 10: height in TestWindowNumLimit()
251 rootView->SetPosition(0, 0); in TestWindowNumLimit()
252 rootView->SetStyle(STYLE_BACKGROUND_COLOR, Color::Olive().full); in TestWindowNumLimit()
253 rootView->Invalidate(); in TestWindowNumLimit()
254 CreateDefaultWindow(rootView, 20 * i, 0); // 20: offset in TestWindowNumLimit()