HomeSort by relevance Sort by last modified time
    Searched refs:Screen (Results 1 - 25 of 48) sorted by null

1 2

  /external/webkit/Source/WebCore/page/
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...]
Screen.h 40 class Screen : public RefCounted<Screen> {
42 static PassRefPtr<Screen> create(Frame *frame) { return adoptRef(new Screen(frame)); }
57 Screen(Frame*);
Screen.idl 32 interface [OmitConstructor] Screen {
DOMWindow.h 64 class Screen;
107 static void adjustWindowRect(const FloatRect& screen, FloatRect& window, const FloatRect& pendingChanges);
119 Screen* screen() const;
344 Screen* optionalScreen() const { return m_screen.get(); }
457 mutable RefPtr<Screen> m_screen;
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
Screen.java 25 public class Screen {
132 public Screen deepCopy() {
133 Screen s = new Screen();
153 if (!(o instanceof Screen)) {
156 Screen s = (Screen) o;
Hardware.java 30 private Screen mScreen;
208 public Screen getScreen() {
212 public void setScreen(Screen s) {
  /external/webkit/Source/WebCore/platform/haiku/
ScreenHaiku.cpp 29 #include "Screen.h"
39 #include <interface/Screen.h>
46 BScreen screen; local
47 // FIXME: We assume this screen is valid
48 return FloatRect(screen.Frame());
60 BScreen screen; local
61 // FIXME: We assume this screen is valid
62 color_space cs = screen.ColorSpace();
80 BScreen screen; local
81 // FIXME: We assume this screen is vali
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/niftygui/
TestNiftyGui.java 42 import de.lessvoid.nifty.screen.Screen;
43 import de.lessvoid.nifty.screen.ScreenController;
79 public void bind(Nifty nifty, Screen screen) {
80 System.out.println("bind( " + screen.getScreenId() + ")");
  /external/webkit/Source/WebCore/platform/efl/
PlatformScreenEfl.cpp 74 Screen* screen = ScreenOfDisplay(display, def); local
77 w = screen->width;
78 h = screen->height;
  /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...]
  /sdk/sdk_common/src/com/android/ide/common/resources/configuration/
DeviceConfigHelper.java 24 import com.android.sdklib.devices.Screen;
47 Screen screen = hw.getScreen(); local
48 config.setDensityQualifier(new DensityQualifier(screen.getPixelDensity()));
51 if (screen.getXDimension() > screen.getYDimension()) {
52 sdq = new ScreenDimensionQualifier(screen.getXDimension(), screen.getYDimension());
54 sdq = new ScreenDimensionQualifier(screen.getYDimension(), screen.getXDimension())
    [all...]
  /external/chromium/chrome/browser/ui/views/
keyboard_overlay_delegate.cc 16 #include "views/screen.h"
53 gfx::Rect rect = views::Screen::GetMonitorAreaNearestWindow(
fullscreen_exit_bubble.cc 15 #include "views/screen.h"
147 gfx::Point cursor_pos = views::Screen::GetCursorScreenPoint();
192 // | _ _ _ _ | Exit full screen mode (F11) | _ _ _ _ | Slide-in region
209 gfx::Point cursor_pos = views::Screen::GetCursorScreenPoint();
254 // size is async. Instead we use the size of the screen.
255 gfx::Rect screen_bounds = views::Screen::GetMonitorAreaNearestWindow(
  /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:__anon23250
1088 Screen *screen; member in union:__anon23301
    [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:__anon24840
1088 Screen *screen; member in union:__anon24891
    [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:__anon26352
1088 Screen *screen; member in union:__anon26403
    [all...]
  /external/skia/src/effects/
SkPorterDuff.cpp 40 MAKE_PAIR(Screen),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 23 import com.android.sdklib.devices.Screen;
195 Screen screen = d.getDefaultHardware().getScreen(); local
196 float length = (float) screen.getDiagonalLength();
206 // * Add in screen resolution and density
234 Screen screen = device.getDefaultHardware().getScreen(); local
237 screen.getXDimension(),
238 screen.getYDimension(),
239 screen.getPixelDensity().getResourceValue())
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.h 144 Screen *screen; /* window's screen */ member in struct:_CorePart
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 39 DeviceView_Screen_Capture=Screen Capture
40 DeviceView_Screen_Capture_Tooltip=Screen Capture
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 61 Add to section 3.4.2 Off Screen Rendering
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/i18n/
emulatorNLS.properties 66 DPISCALECALCULATOR_Error_ScreenSize=Screen size must contain only digits and dots
67 DPISCALECALCULATOR_MonitorDpi_Label=Monitor Screen Resolution
74 DPISCALECALCULATOR_ScreenSize_Label=Device Screen Size(in) :
75 DPISCALECALCULATOR_Title=Screen Resolution / Scale Calculator
128 EXC_AndroidView_ErrorStartingScreens=There was an error while trying to refresh the emulator screen. \
129 Restart the emulator to refresh the screen.
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.cc 31 #include "views/screen.h"
68 tab_contents, views::Screen::GetCursorScreenPoint(), false);
486 tab_contents(), views::Screen::GetCursorScreenPoint(), true);
  /external/chromium/chrome/browser/chromeos/login/
helper.cc 24 #include "views/screen.h"
160 gfx::Rect bounds(views::Screen::GetMonitorWorkAreaNearestWindow(NULL));
  /external/chromium/chrome/browser/ui/tabs/
dock_info_win.cc 12 #include "views/screen.h"
87 // WS_EX_LAYERED windows then there are effectively holes on the screen
234 gfx::Rect work_area = views::Screen::GetMonitorWorkAreaNearestPoint(

Completed in 686 milliseconds

1 2