Home
last modified time | relevance | path

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

123456789

/external/chromium_org/skia/ext/
Dskia_utils_win.cc22 COMPILE_ASSERT(SK_OFFSETOF(RECT, left) == SK_OFFSETOF(SkIRect, fLeft), o1);
23 COMPILE_ASSERT(SK_OFFSETOF(RECT, top) == SK_OFFSETOF(SkIRect, fTop), o2);
24 COMPILE_ASSERT(SK_OFFSETOF(RECT, right) == SK_OFFSETOF(SkIRect, fRight), o3);
25 COMPILE_ASSERT(SK_OFFSETOF(RECT, bottom) == SK_OFFSETOF(SkIRect, fBottom), o4);
26 COMPILE_ASSERT(sizeof(RECT().left) == sizeof(SkIRect().fLeft), o5);
27 COMPILE_ASSERT(sizeof(RECT().top) == sizeof(SkIRect().fTop), o6);
28 COMPILE_ASSERT(sizeof(RECT().right) == sizeof(SkIRect().fRight), o7);
29 COMPILE_ASSERT(sizeof(RECT().bottom) == sizeof(SkIRect().fBottom), o8);
30 COMPILE_ASSERT(sizeof(RECT) == sizeof(SkIRect), o9);
41 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/
DBlit.h33 …bool copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, …
34 …bool copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, …
39 …bool formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xof…
55 …bool copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLi…
56 IDirect3DTexture9 *copySurfaceToTexture(IDirect3DSurface9 *surface, const RECT &sourceRect);
57 void setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset);
59 RECT getSurfaceRect(IDirect3DSurface9 *surface) const;
DBlit.cpp167 RECT Blit::getSurfaceRect(IDirect3DSurface9 *surface) const in getSurfaceRect()
172 RECT rect; in getSurfaceRect()
214 bool Blit::copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoff… in copy()
250 bool Blit::copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoff… in copy()
286 bool Blit::copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset… in copy()
303RECT destRect = {xoffset, yoffset, xoffset + (sourceRect.right - sourceRect.left), yoffset + (sour… in copy()
319 bool Blit::formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLin… in formatConvert()
412 IDirect3DTexture9 *Blit::copySurfaceToTexture(IDirect3DSurface9 *surface, const RECT &sourceRect) in copySurfaceToTexture()
459 void Blit::setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset) in setViewport()
497RECT 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/chrome_frame/test/
Dinfobar_unittests.cc25 RECT kInitialParentWindowRect = {20, 20, 300, 300};
26 RECT kInitialChildWindowRect = {20, 20, 280, 280};
33 *reinterpret_cast<RECT*>(arg1) = *rect; in ACTION_P2()
38 reinterpret_cast<RECT*>(arg1)[0] = rect1; in ACTION_P4()
39 reinterpret_cast<RECT*>(arg1)[1] = rect2; in ACTION_P4()
40 reinterpret_cast<RECT*>(arg1)[2] = rect3; in ACTION_P4()
99 MOCK_METHOD1(AdjustDisplacedWindowDimensions, void(RECT* rect));
182 RECT* natural_rect, in ExpectNcCalcSizeSequence()
183 RECT* modified_rect) { in ExpectNcCalcSizeSequence()
216 RECT natural_rects[] = { {0, 0, 100, 100}, {10, 10, 120, 120} }; in DoNcCalcSizeSequence()
[all …]
/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc75 void SetCheckerboardShader(SkPaint* paint, const RECT& align_rect) { in SetCheckerboardShader()
124 RECT InsetRect(const RECT* rect, int size) { in InsetRect()
679 RECT* rect, in GetThemePartSize()
694 RECT* rect) const { in PaintButton()
766 RECT inner_rect = *rect; in PaintButton()
781 RECT rect_win = rect.ToRECT(); in PaintMenuSeparator()
798 RECT rect_win = rect.ToRECT(); in PaintMenuGutter()
816 RECT rect_win = rect.ToRECT(); in PaintMenuArrow()
836 RECT theme_rect = {0, 0, r.width(), r.height()}; in PaintMenuArrow()
861 RECT rect_win = rect.ToRECT(); in PaintMenuBackground()
[all …]
Dnative_theme_win.h98 RECT* rect,
144 RECT* rect,
153 RECT* rect) const;
299 const RECT* rect,
300 const RECT* clip_rect);
305 const RECT* rect,
316 const RECT* rect,
317 RECT* content_rect);
322 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()
328 RECT rect = {0}; in SetStrings()
335 RECT message_rect; in SetStrings()
353 RECT button_rect; in SetStrings()
371 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/chrome_frame/infobars/internal/
Ddisplaced_window_manager.cc29 RECT* rect = reinterpret_cast<RECT*>(lparam); in OnNcCalcSize()
30 RECT natural_rect = *rect; in OnNcCalcSize()
/external/chromium_org/chrome_frame/turndown_prompt/
Dturndown_prompt_content.cc38 void TurndownPromptContent::SetDimensions(const RECT& dimensions) { in SetDimensions()
47 RECT* dimensions) { in GetDialogTemplateDimensions()
82 RECT dlgdimensions = {0, 0, dlgtemplateex->cx, dlgtemplateex->cy}; in GetDialogTemplateDimensions()
98 RECT dialog_dimensions = {0, 0, 0, 0}; in GetDesiredSize()
/external/chromium/webkit/glue/
Dwebthemeengine_impl_win.cc21 static RECT WebRectToRECT(const WebRect& rect) { in WebRectToRECT()
22 RECT result; in WebRectToRECT()
388 RECT native_rect = WebRectToRECT(rect); in paintMenuList()
400 RECT native_rect = WebRectToRECT(rect); in paintScrollbarArrow()
412 RECT native_rect = WebRectToRECT(rect); in paintScrollbarThumb()
424 RECT native_rect = WebRectToRECT(rect); in paintScrollbarTrack()
425 RECT native_align_rect = WebRectToRECT(align_rect); in paintScrollbarTrack()
438 RECT native_rect = WebRectToRECT(rect); in paintSpinButton()
451 RECT native_rect = WebRectToRECT(rect); in paintTextField()
466 RECT native_rect = WebRectToRECT(rect); in paintTrackbar()
[all …]
/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/chromium/chrome/browser/ui/
Dwindow_sizer_win.cc34 RECT other_bounds_rect = match_rect.ToRECT(); in GetMonitorWorkAreaMatching()
42 RECT other_bounds_rect = match_rect.ToRECT(); in GetBoundsOffsetMatching()
86 RECT area; in GetDefaultPopupOrigin()
91 RECT browser; in GetDefaultPopupOrigin()
/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/chrome/browser/ui/views/frame/
Dminimize_button_metrics_win.cc36 RECT window_rect = {0}; in GetMinimizeButtonOffsetForWindow()
94 RECT client_rect = {0}; in GetMinimizeButtonOffsetX()
107 RECT client_rect = {0}; in GetAndCacheMinimizeButtonOffsetX()
/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/chrome/browser/ui/window_sizer/
Dwindow_sizer_win.cc19 RECT area; in GetDefaultPopupOrigin()
24 RECT browser_rect; in GetDefaultPopupOrigin()
/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/chrome/browser/ui/views/tabs/
Dnative_view_photobooth_win.cc17 RECT* monitor_rect, LPARAM data) { in MonitorEnumProc()
106 RECT window_rect = {0}; in PaintScreenshotIntoCanvas()
148 RECT contents_rect; in CreateCaptureWindow()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dnative_view_photobooth_win.cc16 RECT* monitor_rect, LPARAM data) { in MonitorEnumProc()
105 RECT window_rect = {0}; in PaintScreenshotIntoCanvas()
147 RECT contents_rect; in CreateCaptureWindow()
/external/chromium_org/ui/gfx/
Drect.cc27 Rect::Rect(const RECT& r) in Rect()
47 RECT Rect::ToRECT() const { in ToRECT()
48 RECT r; in ToRECT()

123456789