Home | History | Annotate | Download | only in gfx

Lines Matching defs:Screen

19 // A utility class for getting various info about screen size, displays,
21 class UI_EXPORT Screen {
23 // Retrieves the Screen that the specified NativeView belongs to. A value of
25 static Screen* GetScreenFor(NativeView view);
27 // Returns the SCREEN_TYPE_NATIVE Screen. This should be used with caution,
29 static Screen* GetNativeScreen();
31 // Sets the global screen for a particular screen type. Only the _NATIVE
33 static void SetScreenInstance(ScreenType type, Screen* instance);
35 // Returns the global screen for a particular type. Types other than _NATIVE
37 static Screen* GetScreenByType(ScreenType type);
43 Screen();
44 virtual ~Screen();
79 DISALLOW_COPY_AND_ASSIGN(Screen);
82 Screen* CreateNativeScreen();