Searched refs:RECT (Results 1 - 25 of 212) sorted by relevance

123456789

/external/chromium_org/skia/ext/
H A Dskia_utils_win.h16 typedef struct tagRECT RECT; typedef in typeref:struct:tagRECT
23 // Converts a Windows RECT to a Skia rect.
24 SkRect RECTToSkRect(const RECT& rect);
26 // Converts a Windows RECT to a Skia rect.
29 inline const SkIRect& RECTToSkIRect(const RECT& rect) {
33 // Converts a Skia rect to a Windows RECT.
36 inline const RECT& SkIRectToRECT(const SkIRect& rect) {
37 return reinterpret_cast<const RECT&>(rect);
H A 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
[all...]
/external/chromium_org/chrome_frame/infobars/internal/
H A Ddisplaced_window_manager.cc28 // lparam as a RECT object.
29 RECT* rect = reinterpret_cast<RECT*>(lparam);
30 RECT natural_rect = *rect;
H A Dhost_window_manager.cc24 virtual void AdjustDisplacedWindowDimensions(RECT* rect);
49 AdjustDisplacedWindowDimensions(RECT* rect) {
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DBlit.h33 bool copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterface2D *storage, GLint level);
34 bool copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level);
39 bool formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest);
55 bool copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest);
56 IDirect3DTexture9 *copySurfaceToTexture(IDirect3DSurface9 *surface, const RECT &sourceRect);
57 void setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset);
59 RECT getSurfaceRect(IDirect3DSurface9 *surface) const;
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_win.cc19 RECT area;
24 RECT browser_rect;
/external/chromium_org/chrome_frame/infobars/
H A Dinfobar_content.h42 virtual void SetDimensions(const RECT& dimensions) = 0;
/external/chromium_org/chrome_frame/ready_mode/internal/
H A Dready_prompt_content.cc38 void ReadyPromptContent::SetDimensions(const RECT& dimensions) {
46 bool GetDialogTemplateDimensions(ReadyPromptWindow* window, RECT* dimensions) {
81 RECT dlgdimensions = {0, 0, dlgtemplateex->cx, dlgtemplateex->cy};
97 RECT dialog_dimensions = {0, 0, 0, 0};
H A Dready_prompt_content.h30 virtual void SetDimensions(const RECT& dimensions);
/external/chromium_org/chrome_frame/turndown_prompt/
H A Dturndown_prompt_content.cc38 void TurndownPromptContent::SetDimensions(const RECT& dimensions) {
47 RECT* dimensions) {
82 RECT dlgdimensions = {0, 0, dlgtemplateex->cx, dlgtemplateex->cy};
98 RECT dialog_dimensions = {0, 0, 0, 0};
H A Dturndown_prompt_content.h29 virtual void SetDimensions(const RECT& dimensions);
/external/chromium_org/content/test/plugin/
H A Dplugin_window_size_test.cc25 RECT window_rect = {0};
32 RECT client_rect = {0};
41 RECT window_rect_from_os;
/external/opencv/otherlibs/highgui/
H A Dhighgui.h268 CV_INLINE RECT NormalizeRect( RECT r );
269 CV_INLINE RECT NormalizeRect( RECT r )
290 CV_INLINE CvRect RectToCvRect( RECT sr );
291 CV_INLINE CvRect RectToCvRect( RECT sr )
297 CV_INLINE RECT CvRectToRect( CvRect sr );
298 CV_INLINE RECT CvRectToRect( CvRect sr )
300 RECT dr;
309 CV_INLINE IplROI RectToROI( RECT
[all...]
/external/chromium_org/chrome_frame/test/
H A Dinfobar_unittests.cc25 RECT kInitialParentWindowRect = {20, 20, 300, 300};
26 RECT kInitialChildWindowRect = {20, 20, 280, 280};
33 *reinterpret_cast<RECT*>(arg1) = *rect;
38 reinterpret_cast<RECT*>(arg1)[0] = rect1;
39 reinterpret_cast<RECT*>(arg1)[1] = rect2;
40 reinterpret_cast<RECT*>(arg1)[2] = rect3;
99 MOCK_METHOD1(AdjustDisplacedWindowDimensions, void(RECT* rect));
182 RECT* natural_rect,
183 RECT* modified_rect) {
216 RECT natural_rect
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_host_win.cc21 RECT frame_rect = {0}, webcontents_rect = {0};
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer_win.cc34 RECT other_bounds_rect = match_rect.ToRECT();
42 RECT other_bounds_rect = match_rect.ToRECT();
86 RECT area;
91 RECT browser;
/external/chromium_org/ui/views/win/
H A Dfullscreen_handler.h42 RECT window_rect;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dminimize_button_metrics_win.cc48 RECT rect = {0};
72 RECT client_rect = {0};
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
H A Dgalliumdxgi.idl99 [out] RECT* rect,
/external/chromium_org/ui/compositor/test/
H A Dtest_compositor_host_win.cc39 RECT rect;
55 RECT r;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
H A Dgalliumdxgi.idl99 [out] RECT* rect,
/external/chromium_org/remoting/host/
H A Ddisconnect_window_win.cc59 bool GetControlRect(HWND control, RECT* rect);
95 RECT rect = {0, 0, 0, 0};
210 RECT rect;
267 bool DisconnectWindowWin::GetControlRect(HWND control, RECT* rect) {
287 RECT window_rect;
326 RECT rect = {0};
333 RECT message_rect;
351 RECT button_rect;
369 RECT window_rect;
H A Dverify_config_window_win.cc60 RECT rect;
75 RECT area_rect;
81 RECT owner_rect = area_rect;
/external/chromium_org/ui/native_theme/
H A 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/setup/win/
H A Dhost_configurer_window.cc68 RECT rect;
83 RECT area_rect;
89 RECT owner_rect = area_rect;

Completed in 1044 milliseconds

123456789