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

  /external/webkit/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 unsigned Screen::availLeft() cons
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarApplication.java 29 * The Screen class defines a node in a linked list. This list contains
33 * screen).
35 static class Screen {
37 public Screen next;
38 public Screen previous;
40 public Screen(int id) {
47 public void insert(Screen node) {
  /development/apps/Term/src/com/android/term/
Term.java 93 * Our main view. Displays the emulated terminal screen.
543 * An abstract screen interface. A terminal screen stores lines of text. (The
547 interface Screen {
551 * wrapped when changing screen size or converting to a transcript.
556 * Store byte b into the screen at location (x, y)
567 * Scroll the screen down one line. To scroll the whole screen of a 24 line
568 * screen, the arguments would be (0, 24).
576 * Block copy characters from one position in the screen to another. The tw
    [all...]
  /prebuilt/linux-x86/toolchain/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:__anon13469
1088 Screen *screen; member in union:__anon13520
    [all...]

Completed in 198 milliseconds