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

  /external/chromium_org/content/test/plugin/
plugin_window_size_test.cc 25 RECT window_rect = {0}; local
26 window_rect.left = pNPWindow->x;
27 window_rect.top = pNPWindow->y;
28 window_rect.right = pNPWindow->width;
29 window_rect.bottom = pNPWindow->height;
31 if (!::IsRectEmpty(&window_rect)) {
  /external/chromium_org/content/common/
webplugin_geometry.h 36 gfx::Rect window_rect; member in struct:content::WebPluginGeometry
38 // window_rect origin.
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view_browsertest.cc 52 RECT window_rect; local
53 EXPECT_TRUE(::GetWindowRect(native_window, &window_rect));
54 EXPECT_EQ(200, window_rect.right - window_rect.left);
55 EXPECT_EQ(150, window_rect.bottom - window_rect.top);
80 RECT window_rect; local
81 EXPECT_TRUE(::GetWindowRect(native_window, &window_rect));
82 EXPECT_EQ(200, window_rect.right - window_rect.left)
    [all...]
  /external/chromium_org/ui/views/win/
fullscreen_handler.h 42 RECT window_rect; member in struct:views::FullscreenHandler::SavedWindowInfo
hwnd_message_handler.cc 1102 RECT window_rect; local
1103 GetWindowRect(hwnd(), &window_rect); local
1390 RECT client_rect, window_rect; local
1392 GetWindowRect(hwnd(), &window_rect); local
1747 RECT window_rect; local
1748 ::GetWindowRect(hwnd(), &window_rect); local
1780 RECT window_rect; local
1781 GetWindowRect(hwnd(), &window_rect); local
2184 RECT window_rect; local
    [all...]
  /external/chromium_org/cc/output/
direct_renderer.cc 104 gfx::Rect window_rect = viewport_rect; local
106 window_rect.set_y(surface_size.height() - viewport_rect.bottom());
107 frame->window_matrix = window_matrix(window_rect.x(),
108 window_rect.y(),
109 window_rect.width(),
110 window_rect.height());
111 SetDrawViewport(window_rect);
120 gfx::Rect window_rect = draw_rect; local
121 window_rect -= current_draw_rect_.OffsetFromOrigin();
122 window_rect += current_viewport_rect_.OffsetFromOrigin()
    [all...]
gl_renderer.cc 855 gfx::Rect window_rect = gfx::ToEnclosingRect(MathUtil::MapClippedRect( local
860 window_rect.Inset(-left, -top, -right, -bottom);
862 window_rect.Intersect(
871 window_rect.size(), ResourceProvider::TextureUsageFramebuffer, RGBA_8888);
876 lock.texture_id(), device_background_texture->format(), window_rect);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.cc 239 gfx::Rect window_rect = host()->GetWindowBoundsInScreen(); local
241 *position = window_rect.origin();
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 289 RECT window_rect; local
291 GetWindowRect(hwnd_, &window_rect)) {
292 int window_width = window_rect.right - window_rect.left;
293 int window_height = window_rect.bottom - window_rect.top;
372 RECT window_rect; local
373 if (!GetWindowRect(hwnd_, &window_rect))
376 int height = window_rect.bottom - window_rect.top
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_framebuffer.c 119 RECT window_rect; local
163 GetWindowRect(fb->hWnd, &window_rect)) {
164 fb->client_rect.left = client_pos.x - window_rect.left;
165 fb->client_rect.top = client_pos.y - window_rect.top;
176 debug_printf("%s: window_rect = (%li, %li) - (%li, %li)\n",
178 window_rect.left, window_rect.top,
179 window_rect.right, window_rect.bottom);
  /external/chromium_org/ui/aura/
window_tree_host_win.cc 81 RECT window_rect; local
82 window_rect.left = bounds.x();
83 window_rect.top = bounds.y();
84 window_rect.right = bounds.right() ;
85 window_rect.bottom = bounds.bottom();
86 AdjustWindowRectEx(&window_rect,
93 window_rect.left,
94 window_rect.top,
95 window_rect.right - window_rect.left
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 119 RECT window_rect; local
163 GetWindowRect(fb->hWnd, &window_rect)) {
164 fb->client_rect.left = client_pos.x - window_rect.left;
165 fb->client_rect.top = client_pos.y - window_rect.top;
176 debug_printf("%s: window_rect = (%li, %li) - (%li, %li)\n",
178 window_rect.left, window_rect.top,
179 window_rect.right, window_rect.bottom);
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 325 const gfx::Rect window_rect = gfx::ToEnclosingRect(GetWindowRectDIP(scale_)); local
326 const int left = window_rect.x();
327 const int right = window_rect.right();
343 const int top = window_rect.y();
344 const int bottom = window_rect.bottom();
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.cc 275 gfx::Rect window_rect = local
279 request->set_area(window_rect);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 793 gfx::Rect window_rect = gfx::win::DIPToScreenRect(window_rect_in_dip); local
795 if (window_rect_ == window_rect && clip_rect_ == clip_rect)
804 if (window_rect.size() != window_rect_.size()) {
812 window_rect.width(),
813 window_rect.height(),
817 window_rect_ = window_rect;
972 RECT window_rect; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 698 moves[i].window_rect.OffsetFromOrigin());
704 moves[i].window_rect.Offset(view_bounds.OffsetFromOrigin());
712 offset_cutout -= moves[i].window_rect.OffsetFromOrigin();
1057 RECT window_rect = window_->GetBoundsInScreen().ToRECT(); local
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 605 gfx::Rect window_rect; local
606 if (!GetWindowRect(window, &window_rect))
609 if (!window_rect.Contains(screen_loc))
647 // have to translate by the window_rect's offset to map to screen space.
649 gfx::Rect(shape_rects[i].x + window_rect.x(),
650 shape_rects[i].y + window_rect.y(),
1247 gfx::Rect window_rect; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 1631 gfx::Rect window_rect = frame_->non_client_view()-> local
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc 1655 gfx::RectF window_rect = rect; local
    [all...]

Completed in 1269 milliseconds