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/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.h 89 * @sa GLCBPRESENTBUFFERSDATA::rect.
91 RECT client_rect;
  /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);
257 const gfx::Rect& rect,
259 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 26 typedef struct tagRECT RECT;
37 class GFX_EXPORT Rect
38 : public RectBase<Rect, Point, Size, Insets, Vector2d, int> {
40 Rect() : RectBase<Rect, Point, Size, Insets, Vector2d, int>(Point()) {}
42 Rect(int width, int height)
43 : RectBase<Rect, Point, Size, Insets, Vector2d, int>
46 Rect(int x, int y, int width, int height)
47 : RectBase<Rect, Point, Size, Insets, Vector2d, int>
51 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 23 class Rect;
62 const gfx::Size& page_size, const gfx::Rect& content_area,
69 const gfx::Rect& content_area,
78 virtual gfx::Rect GetPageBounds(unsigned int page_number) const OVERRIDE;
86 virtual bool Playback(HDC hdc, const RECT* rect) const OVERRIDE;
164 // Enumerates the records at construction time. |hdc| and |rect| are
167 Enumerator(const Emf& emf, HDC hdc, const RECT* rect);
emf_win_unittest.cc 74 RECT output_rect = {0, 0, 10, 10};
113 RECT page_bounds = emf.GetPageBounds(1).ToRECT();
144 EXPECT_TRUE(emf.StartPage(gfx::Size(), gfx::Rect(), 1));
204 RECT output_rect = {0, 0, 10, 10};
215 RECT rect = { 5 + i, 5 + i, 5 + i + 1, 5 + i + 2}; local
216 FillRect(emf.context(), &rect, brush);
metafile.h 28 class Rect;
80 // Renders the given page into |rect| in the given context.
85 const CGRect rect,
118 const gfx::Rect& content_area,
125 const gfx::Rect& content_area,
146 virtual gfx::Rect GetPageBounds(unsigned int page_number) const = 0;
153 // original GDI function that were called when recording the EMF. |rect| is in
154 // "logical units" and is optional. If |rect| is NULL, the natural EMF bounds
161 const RECT* rect) const = 0
    [all...]
pdf_metafile_skia.h 41 const gfx::Rect& content_area,
45 const gfx::Rect& content_area,
53 virtual gfx::Rect GetPageBounds(unsigned int page_number) const OVERRIDE;
60 const RECT* rect) const OVERRIDE;
65 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/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/third_party/skia/src/ports/
SkScalerContext_win_dw.h 43 RECT* bbox);
  /external/chromium_org/ui/compositor/test/
test_compositor_host_win.cc 18 TestCompositorHostWin(const gfx::Rect& bounds,
50 RECT r;
52 return gfx::Rect(r).size();
61 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...]

Completed in 854 milliseconds

12 3 4 5 6 7 8 91011