HomeSort by relevance Sort by last modified time
    Searched refs:RECT (Results 76 - 100 of 256) sorted by null

1 2 34 5 6 7 8 91011

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 116 DesktopRect rect = GetScreenRect(current_screen_id_, current_device_key_); local
117 CreateCurrentFrameIfNecessary(rect.size());
120 succeeded = CaptureImage(rect);
200 bool ScreenCapturerWinMagnifier::CaptureImage(const DesktopRect& rect) {
203 // Set the magnifier control to cover the captured rect. The content of the
207 rect.left(), rect.top(),
208 rect.width(), rect.height(),
212 << ". Rect = {" << rect.left() << ", " << rect.top(
    [all...]
  /external/chromium_org/ash/host/
ash_window_tree_host_win.cc 25 explicit AshWindowTreeHostWin(const gfx::Rect& initial_bounds)
36 gfx::Rect target_rect;
54 target_rect = gfx::Rect(mi.rcMonitor);
59 target_rect = gfx::Rect(saved_window_rect_);
81 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE {
103 RECT saved_window_rect_;
  /external/chromium_org/gpu/gles2_conform_support/native/
egl_native_win.cc 68 RECT wnd_rect;
  /external/chromium_org/remoting/host/
desktop_shape_tracker_win.cc 104 RECT window_rect;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Image9.h 66 HRESULT lock(D3DLOCKED_RECT *lockedRect, const RECT *rect);
Image9.cpp 200 RECT entireRect;
223 HRESULT Image9::lock(D3DLOCKED_RECT *lockedRect, const RECT *rect)
231 result = mSurface->LockRect(lockedRect, rect, 0);
343 RECT rect; local
344 rect.left = xoffset;
345 rect.top = yoffset;
346 rect.right = xoffset + width;
347 rect.bottom = yoffset + height
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
graw_gdi.c 71 RECT rect; local
97 SetRect(&rect, 0, 0, width, height);
98 AdjustWindowRectEx(&rect, style, FALSE, 0);
106 rect.right - rect.left,
107 rect.bottom - rect.top,
  /external/chromium_org/win8/metro_driver/ime/
text_service.cc 395 virtual RECT GetCaretBounds() {
397 const RECT rect = {}; local
398 return rect;
406 const RECT rect = { local
412 return rect;
416 RECT* rect) OVERRIDE {
426 SetRect(rect, left_top.x, left_top.y, right_bottom.x, right_bottom.y)
    [all...]
text_store.h 127 STDMETHOD(GetScreenExt)(TsViewCookie view_cookie, RECT* rect) OVERRIDE;
145 RECT* rect,
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 71 RECT rect; local
97 SetRect(&rect, 0, 0, width, height);
98 AdjustWindowRectEx(&rect, style, FALSE, 0);
106 rect.right - rect.left,
107 rect.bottom - rect.top,
  /external/openssl/apps/
winrand.c 120 RECT rect; local
127 GetClientRect(hwnd, &rect);
129 &rect, DT_SINGLELINE | DT_CENTER | DT_VCENTER);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avifmt.h 102 RECT rcFrame;
dwmapi.h 144 RECT rcDestination;
145 RECT rcSource;
windef.h 236 } RECT,*PRECT,*NPRECT,*LPRECT;
238 typedef const RECT *LPCRECT;
winuser.h 535 RECT rc;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_window_tree_host_win.cc 229 RECT client_rect;
232 RECT rect = { 0, 0, client_rect.right, margins.cyTopHeight }; local
233 FillRect(dc, &rect, brush);
312 gfx::Rect tabstrip_bounds(
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view_browsertest.cc 36 CreatePanelParams params("1", gfx::Rect(0, 0, 200, 150), SHOW_AS_ACTIVE);
52 RECT window_rect;
64 CreatePanelParams params("1", gfx::Rect(0, 0, 200, 150), SHOW_AS_INACTIVE);
80 RECT window_rect;
94 Panel* panel = CreatePanelWithBounds("PanelTest", gfx::Rect(0, 0, 200, 50));
139 gfx::Rect bounds(0, 0, 200, 50);
152 gfx::Rect bounds(0, 0, 200, 50);
taskbar_window_thumbnailer_win.cc 166 RECT bounds;
198 RECT current_bounds;
  /external/chromium_org/skia/ext/
bitmap_platform_device_win.cc 182 SkIRect rect; local
183 rect.set(0, 0, bitmap_data.bmWidth, bitmap_data.bmHeight);
184 clip_region_ = SkRegion(rect);
211 const RECT* src_rect) {
215 RECT temp_rect;
vector_platform_device_emf_win.h 36 const RECT* src_rect) OVERRIDE;
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
gdivideorenderer.cc 196 RECT rcClient;
201 0, 0, rcClient.right, rcClient.bottom, // destination rect
202 0, 0, bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight, // source rect
210 RECT rcClient, rcWindow;
  /external/chromium_org/ui/gfx/
blit.cc 11 #include "ui/gfx/rect.h"
62 const Rect& dst_rect,
75 Rect src_rect(src_origin, dst_rect.size());
108 const Rect& dst_rect,
118 const Rect& dst_rect,
128 const Rect& dst_rect,
140 const gfx::Rect& in_clip,
150 RECT damaged_rect;
151 RECT r = in_clip.ToRECT();
165 gfx::Rect clip = gfx::IntersectRects
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 172 bool GetMonitorAndRects(const RECT& rect,
174 gfx::Rect* monitor_rect,
175 gfx::Rect* work_area) {
179 *monitor = MonitorFromRect(&rect, MONITOR_DEFAULTTONULL);
185 *monitor_rect = gfx::Rect(monitor_info.rcMonitor);
186 *work_area = gfx::Rect(monitor_info.rcWork);
225 RECT bounds;
372 void HWNDMessageHandler::Init(HWND parent, const gfx::Rect& bounds) {
453 gfx::Rect HWNDMessageHandler::GetWindowBoundsInScreen() const
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
star_view_browsertest.cc 120 RECT region_before, region_after;
  /external/chromium_org/content/test/plugin/
plugin_windowed_test.cc 134 RECT r;

Completed in 681 milliseconds

1 2 34 5 6 7 8 91011