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

1 23 4 5 6 7 8 91011

  /external/chromium_org/ui/platform_window/win/
win_window.cc 18 gfx::Rect GetWindowBoundsForClientBounds(DWORD style, DWORD ex_style,
19 const gfx::Rect& bounds) {
20 RECT wr;
29 gfx::Rect window_bounds(wr.left, wr.top,
39 const gfx::Rect& bounds)
44 gfx::Rect window_bounds = GetWindowBoundsForClientBounds(
71 void WinWindow::SetBounds(const gfx::Rect& bounds) {
72 gfx::Rect window_bounds = GetWindowBoundsForClientBounds(
81 gfx::Rect WinWindow::GetBounds() {
82 RECT cr
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_util_aurawin.cc 31 gfx::Rect GetWindowBoundsForClientBounds(View* view,
32 const gfx::Rect& client_bounds) {
37 RECT rect = client_bounds.ToRECT(); local
40 AdjustWindowRectEx(&rect, style, FALSE, ex_style);
41 return gfx::Rect(rect);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluseffects.h 90 RECT *areas;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
htmlhelp.h 163 RECT rcMargins;
245 RECT rcWindowPos;
254 RECT rcHTML;
270 RECT rcMinSize;
multimon.h 29 RECT rcMonitor;
30 RECT rcWork;
212 RECT rcWork;
250 RECT rcLimit;
266 RECT rcClip;
vmr9.idl 63 RECT rcSrc;
64 RECT rcDst;
130 HRESULT GetSurfaceEx([in] DWORD_PTR id, [in] DWORD surfaceindex, [in] DWORD flags, [out] IDirect3DSurface9 **surface, [out] RECT *dest);
167 HRESULT SetVideoPosition([in] const RECT *source, [in] const RECT *dest);
168 HRESULT GetVideoPosition([out] RECT *source, [out] RECT *dest);
258 HRESULT SetOutputRect([in] DWORD streamid, [in] const VMR9NormalizedRect *rect);
259 HRESULT GetOutputRect([in] DWORD streamid, [out] VMR9NormalizedRect *rect);
274 RECT rSrc
    [all...]
digitalv.h 354 RECT rc;
367 RECT rc;
378 RECT rc;
400 RECT rc;
423 RECT rc;
439 RECT rc;
543 RECT rc;
589 RECT rc;
623 RECT rc;
634 RECT rc
    [all...]
triedit.h 136 virtual HRESULT WINAPI DrawDragFeedback(RECT *pRect) = 0;
144 HRESULT (WINAPI *DrawDragFeedback)(IDocHostDragDropHandler *This,RECT *pRect);
157 HRESULT WINAPI IDocHostDragDropHandler_DrawDragFeedback_Proxy(IDocHostDragDropHandler *This,RECT *pRect);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Blit9.cpp 164 RECT Blit9::getSurfaceRect(IDirect3DSurface9 *surface) const
169 RECT rect; local
170 rect.left = 0;
171 rect.top = 0;
172 rect.right = desc.Width;
173 rect.bottom = desc.Height;
175 return rect;
211 bool Blit9::copy2D(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorage *storage, GLint level)
247 bool Blit9::copyCube(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorage *storage, GLenum targ (…)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_state_changer_interactive_uitest_win.cc 148 RECT original_tray_notify_rect;
156 RECT new_tray_notify_rect;
  /external/chromium_org/chrome/browser/ui/views/tabs/
window_finder_win.cc 87 RECT r;
116 // The region is relative to the window's rect.
180 RECT r;
  /external/chromium_org/content/browser/compositor/
software_output_device_win.cc 49 SkCanvas* SoftwareOutputDeviceWin::BeginPaint(const gfx::Rect& damage_rect) {
67 gfx::Rect rect = damage_rect_; local
68 rect.Intersect(gfx::Rect(viewport_pixel_size_));
69 if (rect.IsEmpty())
75 RECT wr;
93 RECT src_rect = rect.ToRECT();
94 skia::DrawToNativeContext(canvas, hdc, rect.x(), rect.y(), &src_rect)
    [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view.h 107 void HandleInputPaneVisible(const RECT& osk_rect);
108 void HandleInputPaneHidden(const RECT& osk_rect);
  /external/deqp/framework/platform/win32/
tcuWin32Window.cpp 104 RECT rc;
122 RECT rc;
  /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_org/skia/ext/
platform_device.h 38 typedef RECT PlatformRect;
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h 115 extern RECT SDL_bounds;
  /external/chromium_org/chrome/browser/
chrome_plugin_interactive_test.cc 98 RECT region;
131 RECT region_before, region_after;
200 RECT region_before, region_after;
  /external/chromium_org/ui/gl/
gl_surface_wgl.cc 191 RECT rect; local
192 if (!GetClientRect(window_, &rect)) {
205 rect.right - rect.left,
206 rect.bottom - rect.top,
258 RECT rect; local
259 if (!GetClientRect(window_, &rect))
274 RECT rect; local
    [all...]
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 148 RECT* rect = (RECT*)wParam; local
149 InvalidateRect(hWnd, rect, FALSE);
150 KillTimer(hWnd, (UINT_PTR)rect);
151 delete rect;
224 RECT r;
231 RECT* rect = new RECT; local
    [all...]
  /external/skia/src/views/win/
SkOSWindow_win.cpp 148 RECT* rect = (RECT*)wParam; local
149 InvalidateRect(hWnd, rect, FALSE);
150 KillTimer(hWnd, (UINT_PTR)rect);
151 delete rect;
224 RECT r;
231 RECT* rect = new RECT; local
    [all...]
  /external/chromium_org/printing/
emf_win.cc 19 #include "ui/gfx/rect.h"
104 gfx::Rect bitmap_rect(raster_size);
113 RECT rect = bitmap_rect.ToRECT(); local
114 ::FillRect(context_.Get(), &rect,
203 bool Emf::Playback(HDC hdc, const RECT* rect) const {
205 RECT bounds;
206 if (!rect) {
209 rect = &bounds
224 RECT rect = bound.ToRECT(); local
541 RECT rect = bitmap_rect.ToRECT(); local
590 RECT rect = page_bounds.ToRECT(); local
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java 35 private static final RectF RECT = new RectF(0, 0, 100, 100);
347 canvas.drawRoundRect(RECT, 20, 20, paint);
350 put("rect", new DisplayModifier() {
353 canvas.drawRect(RECT, paint);
365 canvas.drawOval(RECT, paint);
406 canvas.drawArc(RECT, 260, 285, false, paint);
412 canvas.drawArc(RECT, 260, 285, true, paint);
  /external/chromium_org/third_party/angle/util/win32/
Win32Window.cpp 156 RECT winRect;
175 RECT winRect;
420 RECT sizeRect = { 0, 0, width, height };
486 RECT winRect;
509 RECT windowRect;
515 RECT clientRect;

Completed in 869 milliseconds

1 23 4 5 6 7 8 91011