/external/chromium/chrome/browser/ |
fullscreen_win.cc | 56 RECT wnd_rect;
|
/external/chromium/chrome/browser/ui/tabs/ |
dock_info_win.cc | 74 RECT r; 103 // The region is relative to the window's rect. 159 RECT r; 210 RECT bounds; 234 gfx::Rect work_area = views::Screen::GetMonitorWorkAreaNearestPoint( 283 const gfx::Rect& m_bounds = info.monitor_bounds(); 308 bool DockInfo::GetWindowBounds(gfx::Rect* bounds) const { 309 RECT window_rect; 312 *bounds = gfx::Rect(window_rect); 316 void DockInfo::SizeOtherWindowTo(const gfx::Rect& bounds) const [all...] |
/external/chromium/chrome/browser/ui/window_snapshot/ |
window_snapshot_win.cc | 11 #include "ui/gfx/rect.h" 16 gfx::Rect GrabWindowSnapshot(gfx::NativeWindow window_handle, 23 RECT content_rect = {0, 0, 0, 0}; 71 return gfx::Rect(width, height);
|
/external/chromium_org/chrome_frame/infobars/internal/ |
subclassing_window_with_delegate.h | 30 // rect should contain the adjusted dimensions (i.e., possibly reduced to 32 virtual void AdjustDisplacedWindowDimensions(RECT* rect) = 0;
|
infobar_window.cc | 94 void InfobarWindow::ReserveSpace(RECT* rect) { 95 DCHECK(rect); 97 if (rect == NULL || host_ == NULL) 100 current_width_ = rect->right - rect->left; 103 RECT infobar_rect = *rect; 107 infobar_rect.bottom = rect->top + current_height_; 108 rect->top = std::min(rect->bottom, infobar_rect.bottom) [all...] |
/external/chromium_org/printing/ |
metafile.h | 26 class Rect; 92 const gfx::Rect& content_area, 99 const gfx::Rect& content_area, 125 virtual gfx::Rect GetPageBounds(unsigned int page_number) const = 0; 133 // original GDI function that were called when recording the EMF. |rect| is in 134 // "logical units" and is optional. If |rect| is NULL, the natural EMF bounds 141 const RECT* rect) const = 0; 151 // Renders the given page into |rect| in the given context. 156 const CGRect rect, [all...] |
pdf_metafile_skia.h | 35 const gfx::Rect& content_area, 39 const gfx::Rect& content_area, 49 virtual gfx::Rect GetPageBounds(unsigned int page_number) const OVERRIDE; 56 const RECT* rect) const OVERRIDE; 62 const CGRect rect,
|
emf_win_unittest.cc | 70 RECT output_rect = {0, 0, 10, 10}; 140 EXPECT_TRUE(emf.StartPage(gfx::Size(), gfx::Rect(), 1)); 200 RECT output_rect = {0, 0, 10, 10}; 211 RECT rect = { 5 + i, 5 + i, 5 + i + 1, 5 + i + 2}; local 212 FillRect(emf.context(), &rect, brush);
|
/external/chromium_org/skia/ext/ |
bitmap_platform_device_win.h | 58 const RECT* src_rect) OVERRIDE;
|
vector_platform_device_skia.cc | 67 const RECT* src_rect) {
|
platform_device.h | 38 typedef RECT PlatformRect;
|
/external/chromium_org/ui/gfx/win/ |
hwnd_util.cc | 12 #include "ui/gfx/rect.h" 20 void AdjustWindowToFit(HWND hwnd, const RECT& bounds, bool fit_to_monitor) { 28 Rect window_rect(bounds); 29 Rect monitor_rect(mi.rcWork); 30 Rect new_window_rect = window_rect; 140 RECT window_bounds; 141 RECT center_bounds = {0}; 148 // No parent or no parent rect. Center over the monitor the window is on. 208 RECT rect; local [all...] |
/external/chromium_org/ui/views/win/ |
hwnd_util_aurawin.cc | 31 gfx::Rect GetWindowBoundsForClientBounds(View* view, 32 const gfx::Rect& client_bounds) { 38 RECT rect = client_bounds.ToRECT(); local 41 AdjustWindowRectEx(&rect, style, FALSE, ex_style); 42 return gfx::Rect(rect);
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Blit.cpp | 167 RECT Blit::getSurfaceRect(IDirect3DSurface9 *surface) const 172 RECT rect; local 173 rect.left = 0; 174 rect.top = 0; 175 rect.right = desc.Width; 176 rect.bottom = desc.Height; 178 return rect; 214 bool Blit::copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterface2D *storage, GLint level) 250 bool Blit::copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage (…) [all...] |
Image9.h | 67 HRESULT lock(D3DLOCKED_RECT *lockedRect, const RECT *rect);
|
/external/chromium_org/ui/aura/ |
root_window_host_win.cc | 32 RootWindowHost* RootWindowHost::Create(const gfx::Rect& bounds) { 42 RootWindowHostWin::RootWindowHostWin(const gfx::Rect& bounds) 74 gfx::Rect target_rect; 89 target_rect = gfx::Rect(mi.rcMonitor); 94 target_rect = gfx::Rect(saved_window_rect_); 105 gfx::Rect RootWindowHostWin::GetBounds() const { 106 RECT r; 108 return gfx::Rect(r); 111 void RootWindowHostWin::SetBounds(const gfx::Rect& bounds) { 117 RECT window_rect [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
display_settings_provider_win.cc | 32 gfx::Rect primary_work_area = GetPrimaryWorkArea(); 33 RECT rect = primary_work_area.ToRECT(); local 34 monitor_ = ::MonitorFromRect(&rect, MONITOR_DEFAULTTOPRIMARY); 72 gfx::Rect DisplaySettingsProviderWin::GetBounds( 76 return gfx::Rect(); 78 RECT rect; 79 if (!::GetWindowRect(taskbar_window, &rect)) 80 return gfx::Rect(); [all...] |
/external/chromium_org/chrome_frame/ |
chrome_frame_delegate.h | 34 class Rect; 44 virtual void GetBounds(RECT* bounds) = 0; 74 virtual void GetBounds(RECT* bounds) {} 103 virtual void OnMoveWindow(const gfx::Rect& pos) {}
|
/external/chromium_org/win8/metro_driver/ |
chrome_app_view.h | 107 void HandleInputPaneVisible(const RECT& osk_rect); 108 void HandleInputPaneHidden(const RECT& osk_rect);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 100 class RECT(Structure): 105 tagRECT = _RECTL = RECTL = RECT 179 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 100 class RECT(Structure): 105 tagRECT = _RECTL = RECTL = RECT 179 'MSG', 'OLESTR', 'POINT', 'POINTL', 'RECT', 'RECTL', 'RGB',
|
/external/chromium/chrome/browser/ui/views/ |
theme_helpers.cc | 36 RECT rect = { 0, 0, width, 1 }; local 37 theme.DrawThemeBackground(dc, 0, 0, &rect, NULL);
|
/external/chromium_org/chrome/browser/ |
fullscreen_win.cc | 58 RECT wnd_rect;
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
dock_info_win.cc | 89 RECT r; 118 // The region is relative to the window's rect. 185 RECT r; 241 RECT bounds; 265 gfx::Rect work_area = gfx::Screen::GetNativeScreen()-> 337 const gfx::Rect& m_bounds = info.monitor_bounds(); 369 bool DockInfo::GetWindowBounds(gfx::Rect* bounds) const { 376 void DockInfo::SizeOtherWindowTo(const gfx::Rect& bounds) const { 382 bool DockInfo::GetWindowBounds(gfx::Rect* bounds) const { 383 RECT window_rect [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_lowvideo.h | 115 extern RECT SDL_bounds;
|