Searched refs:Rect (Results 26 - 50 of 495) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_contents_unittest.cc14 void set_monitor_bounds(const gfx::Rect& bounds) {
21 virtual gfx::Rect GetMonitorBounds(const gfx::Rect& rect) {
26 gfx::Rect monitor_bounds_;
38 gfx::Rect contents_bounds;
39 gfx::Rect window_bounds;
40 border_contents.set_monitor_bounds(gfx::Rect(0, 0, 1000, 1000));
42 gfx::Rect(100, 100, 50, 50), // |position_relative_to|
59 gfx::Rect(100, 100, 50, 50), // |position_relative_to|
75 gfx::Rect(10
[all...]
H A Dborder_contents.cc30 const gfx::Rect& position_relative_to,
34 gfx::Rect* contents_bounds,
35 gfx::Rect* window_bounds) {
51 gfx::Rect monitor_bounds = GetMonitorBounds(position_relative_to);
68 *contents_bounds = gfx::Rect(gfx::Point(), window_bounds->size());
75 gfx::Rect BorderContents::GetMonitorBounds(const gfx::Rect& rect) {
83 const gfx::Rect& position_relative_to,
84 const gfx::Rect& monitor_bounds,
87 gfx::Rect* window_bound
[all...]
H A Dborder_widget_win.h33 virtual gfx::Rect SizeAndGetBounds(const gfx::Rect& position_relative_to,
/external/chromium/chrome/browser/ui/window_snapshot/
H A Dwindow_snapshot_x.cc27 gfx::Rect GrabWindowSnapshot(gfx::NativeWindow gtk_window,
35 return gfx::Rect();
41 return gfx::Rect();
45 return gfx::Rect();
57 return gfx::Rect();
63 return gfx::Rect(image->width, image->height);
/external/chromium/webkit/glue/media/
H A Dvideo_renderer_impl.h32 virtual void SetRect(const gfx::Rect& rect);
33 virtual void Paint(SkCanvas* canvas, const gfx::Rect& dest_rect);
50 bool CanFastPaint(SkCanvas* canvas, const gfx::Rect& dest_rect);
55 const gfx::Rect& dest_rect);
62 const gfx::Rect& dest_rect);
64 void TransformToSkIRect(const SkMatrix& matrix, const gfx::Rect& src_rect,
H A Dweb_video_renderer.h29 virtual void SetRect(const gfx::Rect& rect) = 0;
36 const gfx::Rect& dest_rect) = 0;
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer_win.cc22 virtual gfx::Rect GetPrimaryMonitorWorkArea() const {
23 return gfx::Rect(GetMonitorInfoForMonitor(MonitorFromWindow(NULL,
27 virtual gfx::Rect GetPrimaryMonitorBounds() const {
28 return gfx::Rect(GetMonitorInfoForMonitor(MonitorFromWindow(NULL,
32 virtual gfx::Rect GetMonitorWorkAreaMatching(
33 const gfx::Rect& match_rect) const {
37 return gfx::Rect(monitor_info.rcWork);
41 const gfx::Rect& match_rect) const {
63 reinterpret_cast<std::vector<gfx::Rect>*>(data)->push_back(
64 gfx::Rect(GetMonitorInfoForMonito
[all...]
H A Dwindow_sizer_linux.cc26 virtual gfx::Rect GetPrimaryMonitorWorkArea() const {
27 gfx::Rect rect;
35 virtual gfx::Rect GetPrimaryMonitorBounds() const {
39 return gfx::Rect(rect);
42 virtual gfx::Rect GetMonitorWorkAreaMatching(
43 const gfx::Rect& match_rect) const {
49 const gfx::Rect& match_rect) const {
61 // Get the available screen space as a gfx::Rect, or return false if
65 bool GetScreenWorkArea(gfx::Rect* out_rect) const {
112 gfx::Rect monitor_bound
[all...]
H A Dwindow_sizer.cc26 virtual bool GetPersistentState(gfx::Rect* bounds,
28 gfx::Rect* work_area) const {
70 virtual bool GetLastActiveWindowState(gfx::Rect* bounds) const {
135 const gfx::Rect& specified_bounds,
137 gfx::Rect* window_bounds,
158 void WindowSizer::DetermineWindowBounds(const gfx::Rect& specified_bounds,
159 gfx::Rect* bounds,
174 bool WindowSizer::GetLastWindowBounds(gfx::Rect* bounds) const {
178 gfx::Rect last_window_bounds = *bounds;
181 gfx::Rect(),
[all...]
/external/opencv/cvaux/src/
H A Dcvface.cpp138 CvRect Rect = *(CvRect*)lpCandidat; local
140 if (Rect.height > Rect.width)
144 long Size = Rect.width*Rect.height;
154 long x = Rect.x + cvRound(Rect.width/2);
155 long y = Rect.y + cvRound(Rect.height/2);
160 // if ( isPointInRect(cvPoint(Rect
319 CvRect Rect = *(CvRect*)m_lpIdealFace[i].GetContour(); local
327 ResizeRect(CvRect Rect,CvRect * lpRect,long lDir,long lD) argument
[all...]
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.h70 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
99 void GetContentsMask(const gfx::Rect& contents_rect, gfx::Path* path) const;
102 void GetFrameMask(const gfx::Rect&, gfx::Path* path) const;
120 gfx::Rect GetCloseButtonBounds() const;
121 gfx::Rect GetOptionsButtonBounds() const;
122 gfx::Rect GetLabelBounds() const;
129 gfx::Rect GetContentsRectangle() const;
159 gfx::Rect anim_frame_start_;
160 gfx::Rect anim_frame_end_;
/external/webkit/Source/WebCore/css/
H A DRect.h52 class Rect : public RectBase, public RefCounted<Rect> { class in namespace:WebCore
54 static PassRefPtr<Rect> create() { return adoptRef(new Rect); }
57 Rect() { } function in class:WebCore::Rect
/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_window.h13 class Rect;
34 const gfx::Rect& bounds,
44 virtual void InitWindow(GtkWindow* parent, const gfx::Rect& bounds);
/external/chromium/chrome/browser/chromeos/login/
H A Dbase_login_display_host.h33 explicit BaseLoginDisplayHost(const gfx::Rect& background_bounds);
48 const gfx::Rect& background_bounds() const { return background_bounds_; }
57 gfx::Rect background_bounds_;
H A Dlogin_display.cc12 const gfx::Rect& background_bounds)
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble.h50 const gfx::Rect& relative_to,
86 const gfx::Rect& bounds() const { return bounds_; }
103 gfx::Rect GetAbsoluteRelativeTo();
106 void SetAbsoluteBounds(const gfx::Rect& window_bounds);
122 gfx::Rect relative_to_;
128 gfx::Rect bounds_;
H A Dfind_bar_host.h57 virtual void MoveWindowIfNecessary(const gfx::Rect& selection_rect,
89 virtual gfx::Rect GetDialogPosition(gfx::Rect avoid_overlapping_rect);
95 virtual void SetDialogPosition(const gfx::Rect& new_pos, bool no_redraw);
108 virtual void GetWidgetBounds(gfx::Rect* bounds);
116 void GetWidgetPositionNative(gfx::Rect* avoid_overlapping_rect);
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.h41 virtual gfx::Rect GetFindBarBoundingBox() const;
80 void UpdateReservedContentsRect(const gfx::Rect& browser_reserved_rect,
82 const gfx::Rect& future_source_bounds,
102 void set_vertical_layout_rect(const gfx::Rect& bounds) {
105 const gfx::Rect& vertical_layout_rect() const {
124 gfx::Rect vertical_layout_rect_;
H A Dapp_panel_browser_frame_view.h36 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
43 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
46 virtual gfx::Rect GetWindowBoundsForClientBounds(
47 const gfx::Rect& client_bounds) const OVERRIDE;
88 gfx::Rect IconBounds() const;
103 gfx::Rect CalculateClientAreaBounds(int width, int height) const;
106 gfx::Rect title_bounds_;
121 gfx::Rect client_view_bounds_;
/external/chromium/chrome/browser/chromeos/
H A Dnative_dialog_window.h12 class Rect;
39 gfx::Rect GetNativeDialogContentsBounds(gfx::NativeView native_dialog);
/external/chromium/chrome/browser/extensions/
H A Dbrowser_action_test_util.h16 class Rect;
53 gfx::Rect GetPopupBounds();
/external/chromium/chrome/browser/instant/
H A Dinstant_loader_delegate.h15 class Rect;
33 virtual gfx::Rect GetInstantBounds() = 0;
/external/chromium/chrome/browser/ui/cocoa/
H A Dbase_view.h33 - (gfx::Rect)flipNSRectToRect:(NSRect)rect;
34 - (NSRect)flipRectToNSRect:(gfx::Rect)rect;
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_browsertest.cc23 gfx::Rect element_rect(100, 100, 100, 100);
30 gfx::Rect element_rect(100, 100, 100, 100);
38 gfx::Rect element_rect(100, 100, 100, 100);
47 gfx::Rect element_rect(100, 100, 100, 100);
/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab.h41 virtual const gfx::Rect& GetTitleBounds() const;
42 virtual const gfx::Rect& GetIconBounds() const;
69 gfx::Rect title_bounds_;
72 gfx::Rect favicon_bounds_;

Completed in 515 milliseconds

1234567891011>>