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

  /external/webkit/Source/WebCore/page/
Screen.h 40 class Screen : public RefCounted<Screen> {
42 static PassRefPtr<Screen> create(Frame *frame) { return adoptRef(new Screen(frame)); }
57 Screen(Frame*);
Screen.cpp 31 #include "Screen.h"
41 Screen::Screen(Frame* frame)
46 Frame* Screen::frame() const
51 void Screen::disconnectFrame()
56 unsigned Screen::height() const
63 unsigned Screen::width() const
70 unsigned Screen::colorDepth() const
77 unsigned Screen::pixelDepth() const
84 int Screen::availLeft() cons
    [all...]
  /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/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:__anon25490
1088 Screen *screen; member in union:__anon25541
    [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:__anon27080
1088 Screen *screen; member in union:__anon27131
    [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:__anon28595
1088 Screen *screen; member in union:__anon28646
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 161 milliseconds