Home
last modified time | relevance | path

Searched refs:RECT (Results 1 – 25 of 171) sorted by relevance

1234567

/external/chromium_org/skia/ext/
Dskia_utils_win.cc16 SK_COMPILE_ASSERT(offsetof(RECT, left) == offsetof(SkIRect, fLeft), o1);
17 SK_COMPILE_ASSERT(offsetof(RECT, top) == offsetof(SkIRect, fTop), o2);
18 SK_COMPILE_ASSERT(offsetof(RECT, right) == offsetof(SkIRect, fRight), o3);
19 SK_COMPILE_ASSERT(offsetof(RECT, bottom) == offsetof(SkIRect, fBottom), o4);
20 SK_COMPILE_ASSERT(sizeof(RECT().left) == sizeof(SkIRect().fLeft), o5);
21 SK_COMPILE_ASSERT(sizeof(RECT().top) == sizeof(SkIRect().fTop), o6);
22 SK_COMPILE_ASSERT(sizeof(RECT().right) == sizeof(SkIRect().fRight), o7);
23 SK_COMPILE_ASSERT(sizeof(RECT().bottom) == sizeof(SkIRect().fBottom), o8);
24 SK_COMPILE_ASSERT(sizeof(RECT) == sizeof(SkIRect), o9);
37 SkRect RECTToSkRect(const RECT& rect) { in RECTToSkRect()
Dskia_utils_win.h16 typedef struct tagRECT RECT; typedef
24 SkRect RECTToSkRect(const RECT& rect);
29 inline const SkIRect& RECTToSkIRect(const RECT& rect) { in RECTToSkIRect()
36 inline const RECT& SkIRectToRECT(const SkIRect& rect) { in SkIRectToRECT()
37 return reinterpret_cast<const RECT&>(rect); in SkIRectToRECT()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
DBlit9.h34 …bool copy2D(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset…
35 …bool copyCube(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffs…
40 …bool formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xof…
56 …bool copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLi…
57 IDirect3DTexture9 *copySurfaceToTexture(IDirect3DSurface9 *surface, const RECT &sourceRect);
58 void setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset);
60 RECT getSurfaceRect(IDirect3DSurface9 *surface) const;
DBlit9.cpp164 RECT Blit9::getSurfaceRect(IDirect3DSurface9 *surface) const in getSurfaceRect()
169 RECT rect; in getSurfaceRect()
211 bool Blit9::copy2D(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint x… in copy2D()
247 bool Blit9::copyCube(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint… in copyCube()
283 bool Blit9::copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffse… in copy()
300RECT destRect = {xoffset, yoffset, xoffset + (sourceRect.right - sourceRect.left), yoffset + (sour… in copy()
316 bool Blit9::formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLi… in formatConvert()
469 IDirect3DTexture9 *Blit9::copySurfaceToTexture(IDirect3DSurface9 *surface, const RECT &sourceRect) in copySurfaceToTexture()
516 void Blit9::setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset) in setViewport()
554RECT scissorRect = {0}; // Scissoring is disabled for flipping, but we need this to capture and … in setCommonBlitState()
/external/opencv/otherlibs/highgui/
Dhighgui.h268 CV_INLINE RECT NormalizeRect( RECT r ); in LOAD_CHDL()
269 CV_INLINE RECT NormalizeRect( RECT r ) in LOAD_CHDL()
290 CV_INLINE CvRect RectToCvRect( RECT sr ); in LOAD_CHDL()
291 CV_INLINE CvRect RectToCvRect( RECT sr ) in LOAD_CHDL()
297 CV_INLINE RECT CvRectToRect( CvRect sr ); in LOAD_CHDL()
298 CV_INLINE RECT CvRectToRect( CvRect sr ) in LOAD_CHDL()
300 RECT dr; in LOAD_CHDL()
309 CV_INLINE IplROI RectToROI( RECT r ); in LOAD_CHDL()
310 CV_INLINE IplROI RectToROI( RECT r ) in LOAD_CHDL()
353 int desired_color, RECT r ) in LoadRect()
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.h61 RECT unclipped,
62 RECT clipped,
66 typedef BOOL(WINAPI* MagSetWindowSourceFunc)(HWND hwnd, RECT rect);
80 RECT unclipped,
81 RECT clipped,
/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc74 void SetCheckerboardShader(SkPaint* paint, const RECT& align_rect) { in SetCheckerboardShader()
124 RECT InsetRect(const RECT* rect, int size) { in InsetRect()
728 RECT* rect, in GetThemePartSize()
742 RECT* rect) const { in PaintButton()
814 RECT inner_rect = *rect; in PaintButton()
829 RECT rect_win = rect.ToRECT(); in PaintMenuSeparator()
846 RECT rect_win = rect.ToRECT(); in PaintMenuGutter()
863 RECT rect_win = rect.ToRECT(); in PaintMenuArrow()
883 RECT theme_rect = {0, 0, r.width(), r.height()}; in PaintMenuArrow()
902 RECT rect_win = rect.ToRECT(); in PaintMenuBackground()
[all …]
Dnative_theme_win.h101 RECT* rect,
147 RECT* rect,
156 RECT* rect) const;
302 const RECT* rect,
303 const RECT* clip_rect);
308 const RECT* rect,
319 const RECT* rect,
320 RECT* content_rect);
325 RECT* rect,
/external/chromium_org/remoting/host/
Ddisconnect_window_win.cc59 bool GetControlRect(HWND control, RECT* rect);
97 RECT rect = {0, 0, 0, 0}; in GetControlTextWidth()
212 RECT rect; in OnDialogMessage()
269 bool DisconnectWindowWin::GetControlRect(HWND control, RECT* rect) { in GetControlRect()
289 RECT window_rect; in SetDialogPosition()
329 RECT rect = {0}; in SetStrings()
336 RECT message_rect; in SetStrings()
354 RECT button_rect; in SetStrings()
372 RECT window_rect; in SetStrings()
Dverify_config_window_win.cc60 RECT rect; in CenterWindow()
75 RECT area_rect; in CenterWindow()
81 RECT owner_rect = area_rect; in CenterWindow()
/external/chromium_org/content/test/plugin/
Dplugin_window_size_test.cc25 RECT window_rect = {0}; in SetWindow()
32 RECT client_rect = {0}; in SetWindow()
41 RECT window_rect_from_os; in SetWindow()
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
Ddxgi_dll.c66 RECT* prect, in WineDXGIBackend_BeginPresent()
73 RECT client_rect; in WineDXGIBackend_BeginPresent()
81 RECT rgn_box; in WineDXGIBackend_BeginPresent()
149 RECT rgn_box; in WineDXGIBackend_TestPresent()
169 RECT client_rect; in WineDXGIBackend_GetPresentSize()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
Ddxgi_dll.c66 RECT* prect, in WineDXGIBackend_BeginPresent()
73 RECT client_rect; in WineDXGIBackend_BeginPresent()
81 RECT rgn_box; in WineDXGIBackend_BeginPresent()
149 RECT rgn_box; in WineDXGIBackend_TestPresent()
169 RECT client_rect; in WineDXGIBackend_GetPresentSize()
/external/chromium_org/win8/metro_driver/ime/
Dtext_store_delegate.h43 virtual RECT GetCaretBounds() = 0;
50 virtual bool GetCompositionCharacterBounds(uint32 index, RECT* rect) = 0;
/external/chromium_org/third_party/npapi/npspy/windows/
Dgui_main.cpp125 RECT rc; in onOptions()
214 RECT rcMain; in onSize()
220 RECT rcButtonOptions; in onSize()
227 RECT rcClear; in onSize()
234 RECT rcCheckMute; in onSize()
241 RECT rcCheckOntop; in onSize()
/external/chromium_org/ui/gfx/geometry/
Drect.cc25 Rect::Rect(const RECT& r) in Rect()
39 RECT Rect::ToRECT() const { in ToRECT()
40 RECT r; in ToRECT()
Drect.h26 typedef struct tagRECT RECT; typedef
51 explicit Rect(const RECT& r);
66 RECT ToRECT() const;
/external/chromium_org/ui/platform_window/win/
Dwin_window.cc20 RECT wr; in GetWindowBoundsForClientBounds()
82 RECT cr; in GetBounds()
156 RECT update_rect = {0}; in OnPaint()
166 RECT cr; in OnWindowPosChanged()
/external/chromium_org/ui/gfx/win/
Dhwnd_util.cc20 void AdjustWindowToFit(HWND hwnd, const RECT& bounds, bool fit_to_monitor) { in AdjustWindowToFit()
140 RECT window_bounds; in CenterAndSizeWindow()
141 RECT center_bounds = {0}; in CenterAndSizeWindow()
208 RECT rect; in ShowSystemMenu()
/external/chromium_org/chrome/browser/ui/views/frame/
Dminimize_button_metrics_win.cc84 RECT client_rect = {0}; in GetMinimizeButtonOffsetX()
97 RECT client_rect = {0}; in GetAndCacheMinimizeButtonOffsetX()
/external/chromium_org/printing/
Demf_win_unittest.cc74 RECT output_rect = {0, 0, 10, 10}; in TEST()
113 RECT page_bounds = emf.GetPageBounds(1).ToRECT(); in TEST_F()
204 RECT output_rect = {0, 0, 10, 10}; in TEST()
215 RECT rect = { 5 + i, 5 + i, 5 + i + 1, 5 + i + 2}; in TEST()
Demf_win.cc113 RECT rect = bitmap_rect.ToRECT(); in RasterBitmap()
203 bool Emf::Playback(HDC hdc, const RECT* rect) const { in Playback()
205 RECT bounds; in Playback()
224 RECT rect = bound.ToRECT(); in SafePlayback()
473 Emf::Enumerator::Enumerator(const Emf& emf, HDC context, const RECT* rect) { in Enumerator()
541 RECT rect = bitmap_rect.ToRECT(); in RasterizeMetafile()
590 RECT rect = page_bounds.ToRECT(); in RasterizeAlphaBlend()
/external/chromium_org/chrome/browser/
Dchrome_plugin_interactive_test.cc98 RECT region; in IN_PROC_BROWSER_TEST_F()
131 RECT region_before, region_after; in IN_PROC_BROWSER_TEST_F()
200 RECT region_before, region_after; in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/third_party/angle/util/win32/
DWin32Window.cpp156 RECT winRect; in WndProc()
175 RECT winRect; in WndProc()
420 RECT sizeRect = { 0, 0, width, height }; in initialize()
486 RECT winRect; in setMousePosition()
509 RECT windowRect; in resize()
515 RECT clientRect; in resize()
/external/chromium_org/ui/gl/
Dgl_surface_wgl.cc191 RECT rect; in Initialize()
258 RECT rect; in SwapBuffers()
274 RECT rect; in GetSize()

1234567