/external/chromium_org/chrome_frame/ |
chrome_frame_automation.h | 361 void Print(HDC print_dc, const RECT& print_bounds);
|
chrome_frame_activex_base.h | 306 RECT rc = {0}; [all...] |
chrome_frame_automation.cc | 753 RECT client_rect = {0}; [all...] |
/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl.h | 20 #include "ui/gfx/rect.h" 92 virtual void UpdateGeometry(const gfx::Rect& window_rect, 93 const gfx::Rect& clip_rect) OVERRIDE; 94 virtual void Paint(SkCanvas* canvas, const gfx::Rect& rect) OVERRIDE; 138 gfx::Rect GetRect() const { return window_rect_; } 139 gfx::Rect GetClipRect() const { return clip_rect_; } 162 bool GetIMEStatus(int* input_type, gfx::Rect* caret_rect); 168 void UpdateGeometryAndContext(const gfx::Rect& window_rect, 169 const gfx::Rect& clip_rect [all...] |
webplugin_delegate_impl_win.cc | 464 void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) { 468 WindowlessPaint(hdc, rect); 793 const gfx::Rect& window_rect_in_dip, 794 const gfx::Rect& clip_rect_in_dip) { 800 gfx::Rect window_rect = gfx::win::DIPToScreenRect(window_rect_in_dip); 801 gfx::Rect clip_rect = gfx::win::DIPToScreenRect(clip_rect_in_dip); 995 RECT rect = invalid_rect.ToRECT(); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/ |
native_gdi.c | 83 RECT rect; local 86 GetClientRect(gsurf->hWnd, &rect); 87 w = rect.right - rect.left; 88 h = rect.bottom - rect.top;
|
/external/chromium_org/third_party/skia/src/utils/win/ |
SkWGL_win.cpp | 149 RECT windowRect;
|
/external/chromium_org/third_party/skia/src/views/ |
SkWindow.cpp | 172 RECT rect; local 173 GetWindowRect((HWND)((SkOSWindow*)this)->getHWND(), &rect); 174 buffer += rect.top * gDisplayProps.cbyPitch + rect.left * gDisplayProps.cbxPitch; 312 this->onHandleInval(iter.rect());
|
/external/chromium_org/win8/metro_driver/ |
chrome_app_view.cc | 171 RECT rect = {0}; local 172 ::GetWindowRect(globals.view->core_window_hwnd() , &rect); 173 int cx = rect.right - rect.left; 174 int cy = rect.bottom - rect.top; 177 rect.left, rect.top, cx, cy, 787 RECT osk_rect = {0} [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/gdi/ |
native_gdi.c | 83 RECT rect; local 86 GetClientRect(gsurf->hWnd, &rect); 87 w = rect.right - rect.left; 88 h = rect.bottom - rect.top;
|
/external/opencv/cv/include/ |
cv.hpp | 349 enum { RECT=0, CROSS=1, ELLIPSE=2, CUSTOM=100, BINARY = 0, GRAYSCALE=256 };
|
/external/skia/src/utils/win/ |
SkWGL_win.cpp | 149 RECT windowRect;
|
/external/skia/src/views/ |
SkWindow.cpp | 172 RECT rect; local 173 GetWindowRect((HWND)((SkOSWindow*)this)->getHWND(), &rect); 174 buffer += rect.top * gDisplayProps.cbyPitch + rect.left * gDisplayProps.cbxPitch; 312 this->onHandleInval(iter.rect());
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_win.cc | 1691 CRect rect; local 2609 RECT rect; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5video.c | 62 /* This is the rect EnumModes2 uses */ 975 struct DX5EnumRect *rect; local 1298 struct DX5EnumRect *rect; local 1908 RECT rect; local [all...] |
/external/chromium_org/chrome_frame/test/perf/ |
chrome_frame_perftest.cc | 164 RECT rc = { 0, 0, 800, 600 }; 912 RECT rc = {0, 0, 800, 600}; 936 RECT rc = {0, 0, 800, 600}; [all...] |
/external/chromium_org/ui/views/win/ |
hwnd_message_handler.h | 27 #include "ui/gfx/rect.h" 117 void Init(HWND parent, const gfx::Rect& bounds); 123 gfx::Rect GetWindowBoundsInScreen() const; 124 gfx::Rect GetClientAreaBoundsInScreen() const; 125 gfx::Rect GetRestoredBounds() const; 127 gfx::Rect GetClientAreaBounds() const; 129 void GetWindowPlacement(gfx::Rect* bounds, 132 void SetBounds(const gfx::Rect& bounds_in_pixels); 145 void ShowMaximizedWithBounds(const gfx::Rect& bounds); 188 void SchedulePaintInRect(const gfx::Rect& rect) [all...] |
/external/icu4c/samples/layout/ |
GDIFontInstance.cpp | 60 RECT clip;
|
/external/libpng/contrib/gregbook/ |
rpng-win.c | 540 RECT rect; local 594 rect.left = 0L; 595 rect.top = (LONG)lastrow; 596 rect.right = (LONG)image_width; /* possibly off by one? */ 597 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */ 598 InvalidateRect(global_hwnd, &rect, FALSE); 606 rect.left = 0L; 607 rect.top = (LONG)lastrow; 608 rect.right = (LONG)image_width; /* possibly off by one? * [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_wingl.c | 47 RECT rect = { 0, 0, 0, 0 }; local 49 GetWindowRect(SDL_Window, &rect); 56 rect.left, rect.top, 57 (rect.right-rect.left)+1, 58 (rect.bottom-rect.top)+1,
|
/external/chromium/chrome/browser/ |
aeropeek_manager.cc | 153 /* [in] */ __RPC__in RECT *prcClip) = 0; 297 const gfx::Rect& content_bounds, 420 gfx::Rect content_bounds_; 442 const gfx::Rect& content_bounds, 536 gfx::Rect content_bounds_; 616 gfx::Rect GetContentBounds() const; 769 gfx::Rect bounds; 821 gfx::Rect AeroPeekWindow::GetContentBounds() const { 822 RECT content_rect; 828 gfx::Rect content_bounds(content_rect) [all...] |
/external/chromium/chrome/browser/ui/views/location_bar/ |
location_bar_view.cc | 378 gfx::Rect screen_bounds(star_view_->GetImageBounds()); 523 RECT formatting_rect; 525 RECT edit_bounds; 610 gfx::Rect location_bounds(offset, location_y, entry_width, location_height); 688 gfx::Rect bounds(GetContentsBounds()); 708 gfx::Rect r = location_entry_view_->bounds(); 865 gfx::Rect* bounds) { [all...] |
/external/chromium_org/skia/ext/ |
vector_platform_device_emf_win.cc | 127 SkRect rect; local 128 rect.fLeft = 0; 129 rect.fTop = 0; 130 rect.fRight = SkIntToScalar(width() + 1); 131 rect.fBottom = SkIntToScalar(height() + 1); 132 drawRect(draw, rect, paint); 179 const SkRect& rect, 185 path_orginal.addRect(rect); 187 // Apply the path effect to the rect. 204 if (!Rectangle(dc, SkScalarRound(rect.fLeft) [all...] |
/external/chromium_org/ui/surface/ |
accelerated_surface_win.cc | 32 #include "ui/gfx/rect.h" 417 const gfx::Rect& requested_src_subrect, 431 const gfx::Rect& requested_src_subrect, 445 const gfx::Rect& src_subrect, 457 const gfx::Rect& src_subrect, 466 bool AcceleratedPresenter::DoCopyToARGB(const gfx::Rect& requested_src_subrect, 504 gfx::Rect src_subrect = requested_src_subrect; 505 src_subrect.Intersect(gfx::Rect(back_buffer_size)); 520 final_surface, gfx::Rect(dst_size))) { 540 const gfx::Rect& requested_src_subrect 807 RECT rect = { local 1028 RECT rect; local [all...] |
/external/chromium_org/ui/views/widget/ |
native_widget_win.cc | 120 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(params.bounds); 229 gfx::Rect* bounds, 248 gfx::Rect NativeWidgetWin::GetWindowBoundsInScreen() const { 249 gfx::Rect bounds_in_pixels = message_handler_->GetWindowBoundsInScreen(); 253 gfx::Rect NativeWidgetWin::GetClientAreaBoundsInScreen() const { 254 gfx::Rect bounds_in_pixels = message_handler_->GetClientAreaBoundsInScreen(); 258 gfx::Rect NativeWidgetWin::GetRestoredBounds() const { 259 gfx::Rect bounds_in_pixels = message_handler_->GetRestoredBounds(); 263 void NativeWidgetWin::SetBounds(const gfx::Rect& bounds) { 265 gfx::Rect bounds_in_pixels [all...] |