HomeSort by relevance Sort by last modified time
    Searched defs:Screen (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
Screen.h 42 class Screen : public ScriptWrappable, public RefCounted<Screen>, public DOMWindowProperty {
44 static PassRefPtr<Screen> create(Frame *frame) { return adoptRef(new Screen(frame)); }
56 explicit Screen(Frame*);
Screen.cpp 31 #include "core/frame/Screen.h"
43 Screen::Screen(Frame* frame)
49 unsigned Screen::height() const
59 unsigned Screen::width() const
69 unsigned Screen::colorDepth() const
76 unsigned Screen::pixelDepth() const
83 int Screen::availLeft() const
93 int Screen::availTop() const
103 unsigned Screen::availHeight() cons
    [all...]
  /external/chromium_org/ui/gfx/
screen.h 21 // A utility class for getting various info about screen size, displays,
25 // computer -- see the Display class for that. A single Screen object exists on
28 class GFX_EXPORT Screen {
30 // Retrieves the Screen that the specified NativeView belongs to. A value of
32 static Screen* GetScreenFor(NativeView view);
34 // Returns the SCREEN_TYPE_NATIVE Screen. This should be used with caution,
36 static Screen* GetNativeScreen();
38 // Sets the global screen for a particular screen type. Only the _NATIVE
40 static void SetScreenInstance(ScreenType type, Screen* instance)
    [all...]
screen.cc 6 #include "ui/gfx/screen.h"
13 Screen* g_screen_[SCREEN_TYPE_LAST + 1];
18 Screen::Screen() {
21 Screen::~Screen() {
25 Screen* Screen::GetScreenFor(NativeView view) {
36 void Screen::SetScreenInstance(ScreenType type, Screen* instance)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
oobe_display.h 36 enum Screen {
61 // Shows the given screen.
62 virtual void ShowScreen(WizardScreen* screen) = 0;
64 // Hides the given screen.
65 virtual void HideScreen(WizardScreen* screen) = 0;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
BillboardControl.java 58 * Determines how the billboard is aligned to the screen/camera.
62 * Aligns this Billboard to the screen.
64 Screen,
72 * Aligns this Billboard to the screen, but keeps the Y axis fixed.
77 * Aligns this Billboard to the screen, but keeps the Z axis fixed.
87 alignment = Alignment.Screen;
133 case Screen:
273 * @return The alignment of rotation, AxialY, AxialZ, Camera or Screen.
281 * be Camera, Screen, AxialY, or AxialZ. Invalid alignments will
295 capsule.write(alignment, "alignment", Alignment.Screen);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
60 - Fine control over turtle movement and screen updates via delay(),
118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
151 _CFG = {"width" : 0.5, # Screen
168 "examplescreen": "screen",
456 """Root class for Screen based on Tkinter."""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
60 - Fine control over turtle movement and screen updates via delay(),
118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
151 _CFG = {"width" : 0.5, # Screen
168 "examplescreen": "screen",
456 """Root class for Screen based on Tkinter."""
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 154 /* macros for screen oriented applications (toolkit) */
263 int c_class; /* C++ class of screen (monochrome, etc.) */
265 int class; /* class of screen (monochrome, etc.) */
282 * Information about the screen. The contents of this structure are
283 * implementation dependent. A Screen should be treated as opaque
293 int width, height; /* width and height of screen */
296 Depth *depths; /* list of allowable depths on the screen */
307 } Screen;
310 * Format structure; describes ZFormat data the screen will understand.
346 Window root; /* root of screen containing window *
365 Screen *screen; \/* back pointer to correct screen *\/ member in struct:__anon39348
1088 Screen *screen; member in union:__anon39399
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 154 /* macros for screen oriented applications (toolkit) */
263 int c_class; /* C++ class of screen (monochrome, etc.) */
265 int class; /* class of screen (monochrome, etc.) */
282 * Information about the screen. The contents of this structure are
283 * implementation dependent. A Screen should be treated as opaque
293 int width, height; /* width and height of screen */
296 Depth *depths; /* list of allowable depths on the screen */
307 } Screen;
310 * Format structure; describes ZFormat data the screen will understand.
346 Window root; /* root of screen containing window *
365 Screen *screen; \/* back pointer to correct screen *\/ member in struct:__anon40938
1088 Screen *screen; member in union:__anon40989
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 154 /* macros for screen oriented applications (toolkit) */
263 int c_class; /* C++ class of screen (monochrome, etc.) */
265 int class; /* class of screen (monochrome, etc.) */
282 * Information about the screen. The contents of this structure are
283 * implementation dependent. A Screen should be treated as opaque
293 int width, height; /* width and height of screen */
296 Depth *depths; /* list of allowable depths on the screen */
307 } Screen;
310 * Format structure; describes ZFormat data the screen will understand.
346 Window root; /* root of screen containing window *
365 Screen *screen; \/* back pointer to correct screen *\/ member in struct:__anon42453
1088 Screen *screen; member in union:__anon42504
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 

Completed in 233 milliseconds