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

12 3 4 5 6 7 8 91011

  /external/chromium_org/ui/native_theme/
native_theme_win.cc 27 #include "ui/gfx/rect.h"
74 void SetCheckerboardShader(SkPaint* paint, const RECT& align_rect) {
124 RECT InsetRect(const RECT* rect, int size) {
125 gfx::Rect result(*rect);
280 const gfx::Rect& rect,
282 if (rect.IsEmpty()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 66 RECT* prect,
73 RECT client_rect;
81 RECT rgn_box;
149 RECT rgn_box;
169 RECT client_rect;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 66 RECT* prect,
73 RECT client_rect;
81 RECT rgn_box;
149 RECT rgn_box;
169 RECT client_rect;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_keeprefs.py 47 class RECT(Structure):
50 r = RECT()
57 r = RECT()
131 class RECT(Structure):
134 r = RECT()
test_win32.py 80 class RECT(Structure):
89 rect = RECT(0, 0, 20, 20)
90 self.assertEqual(1, dll.PointInRect(byref(rect), pt))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_keeprefs.py 47 class RECT(Structure):
50 r = RECT()
57 r = RECT()
131 class RECT(Structure):
134 r = RECT()
test_win32.py 80 class RECT(Structure):
89 rect = RECT(0, 0, 20, 20)
90 self.assertEqual(1, dll.PointInRect(byref(rect), pt))
  /external/chromium_org/remoting/host/
verify_config_window_win.cc 60 RECT rect; local
61 if (!GetWindowRect(&rect)) {
75 RECT area_rect;
81 RECT owner_rect = area_rect;
93 LONG width = rect.right - rect.left;
94 LONG height = rect.bottom - rect.top;
  /external/chromium_org/ui/gfx/geometry/
rect.h 25 typedef struct tagRECT RECT;
36 class GFX_EXPORT Rect
37 : public RectBase<Rect, Point, Size, Insets, Vector2d, int> {
39 Rect() : RectBase<Rect, Point, Size, Insets, Vector2d, int>(Point()) {}
41 Rect(int width, int height)
42 : RectBase<Rect, Point, Size, Insets, Vector2d, int>
45 Rect(int x, int y, int width, int height)
46 : RectBase<Rect, Point, Size, Insets, Vector2d, int>
50 explicit Rect(const RECT& r)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ddstream.h 102 const RECT *pRect,
183 const RECT *pRect,
260 static FORCEINLINE HRESULT IDirectDrawMediaStream_CreateSample(IDirectDrawMediaStream* This,IDirectDrawSurface *pSurface,const RECT *pRect,DWORD dwFlags,IDirectDrawStreamSample **ppSample) {
310 const RECT *pRect,
342 RECT *pRect) = 0;
345 const RECT *pRect) = 0;
399 RECT *pRect);
403 const RECT *pRect);
454 static FORCEINLINE HRESULT IDirectDrawStreamSample_GetSurface(IDirectDrawStreamSample* This,IDirectDrawSurface **ppDirectDrawSurface,RECT *pRect) {
457 static FORCEINLINE HRESULT IDirectDrawStreamSample_SetRect(IDirectDrawStreamSample* This,const RECT *pRect)
    [all...]
dciddi.h 122 RECT rSrc;
123 RECT rDst;
d3dx9tex.h 109 const PALETTEENTRY *destpalette, const RECT *destrect, const char *srcfile,
110 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
112 const PALETTEENTRY *destpalette, const RECT *destrect, const WCHAR *srcfile,
113 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
117 const PALETTEENTRY *destpalette, const RECT *destrect, HMODULE srcmodule, const char *resource,
118 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
120 const PALETTEENTRY *destpalette, const RECT *destrect, HMODULE srcmodule, const WCHAR *resource,
121 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
125 const PALETTEENTRY *destpalette, const RECT *destrect, const void *srcdata, UINT srcdatasize,
126 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo)
    [all...]
  /external/chromium_org/third_party/npapi/npspy/windows/
gui_main.cpp 125 RECT rc;
214 RECT rcMain;
220 RECT rcButtonOptions;
227 RECT rcClear;
234 RECT rcCheckMute;
241 RECT rcCheckOntop;
  /external/chromium_org/printing/
emf_win.h 22 class Rect;
58 const gfx::Size& page_size, const gfx::Rect& content_area,
65 const gfx::Rect& content_area,
79 virtual gfx::Rect GetPageBounds(unsigned int page_number) const OVERRIDE;
89 virtual bool Playback(HDC hdc, const RECT* rect) const OVERRIDE;
174 // Enumerates the records at construction time. |hdc| and |rect| are
177 Enumerator(const Emf& emf, HDC hdc, const RECT* rect);
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,
  /external/chromium_org/chrome/browser/
fullscreen_win.cc 58 RECT wnd_rect;
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_win.cc 27 // |rect| is in screen coordinates. If the taskbar is in autohide mode and is
28 // not visible, |rect| will be outside the current monitor's bounds, except for
30 bool GetTaskbarRect(gfx::Rect* rect) {
35 RECT win_rect;
39 *rect = gfx::Rect(win_rect);
49 const gfx::Rect& taskbar_rect,
88 gfx::Rect taskbar_rect;
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_win.cc 15 gfx::Rect GetWindowBoundsForClientBounds(DWORD style, DWORD ex_style,
16 const gfx::Rect& bounds) {
17 RECT wr;
26 gfx::Rect window_bounds(wr.left, wr.top,
48 virtual void Init(const gfx::Rect& bounds) OVERRIDE {
49 gfx::Rect window_bounds = GetWindowBoundsForClientBounds(
68 RECT cr;
73 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE {
74 gfx::Rect window_bounds = GetWindowBoundsForClientBounds(
131 RECT cr
    [all...]
  /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) {
  /external/chromium_org/ui/aura/
window_tree_host_win.cc 33 WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) {
43 WindowTreeHostWin::WindowTreeHostWin(const gfx::Rect& bounds)
74 gfx::Rect WindowTreeHostWin::GetBounds() const {
75 RECT r;
77 return gfx::Rect(r);
80 void WindowTreeHostWin::SetBounds(const gfx::Rect& bounds) {
81 RECT window_rect;
109 RECT r;
214 gfx::Rect damage_rect;
215 RECT update_rect = {0}
    [all...]
  /external/chromium_org/ui/compositor/test/
test_compositor_host_win.cc 17 TestCompositorHostWin(const gfx::Rect& bounds,
47 RECT r;
49 return gfx::Rect(r).size();
58 const gfx::Rect& bounds,
  /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) {
37 RECT rect = client_bounds.ToRECT(); local
40 AdjustWindowRectEx(&rect, style, FALSE, ex_style);
41 return gfx::Rect(rect);

Completed in 331 milliseconds

12 3 4 5 6 7 8 91011