Home
last modified time | relevance | path

Searched refs:SetRect (Results 1 – 25 of 100) sorted by relevance

1234

/external/chromium/chrome/browser/ui/tabs/
Ddock_info.cc138 new_window_bounds->SetRect(monitor_bounds_.x(), window_bounds.y(), in GetNewWindowBounds()
143 new_window_bounds->SetRect(monitor_bounds_.x() + half_m_width, in GetNewWindowBounds()
149 new_window_bounds->SetRect(window_bounds.x(), monitor_bounds_.y(), in GetNewWindowBounds()
154 new_window_bounds->SetRect(window_bounds.x(), in GetNewWindowBounds()
160 new_window_bounds->SetRect(monitor_bounds_.x(), monitor_bounds_.y(), in GetNewWindowBounds()
165 new_window_bounds->SetRect(monitor_bounds_.right() - half_m_width, in GetNewWindowBounds()
170 new_window_bounds->SetRect(monitor_bounds_.x(), in GetNewWindowBounds()
199 other_window_bounds.SetRect(monitor_bounds_.x() + half_m_width, in AdjustOtherWindowBounds()
205 other_window_bounds.SetRect(monitor_bounds_.x(), window_bounds.y(), in AdjustOtherWindowBounds()
210 other_window_bounds.SetRect(window_bounds.x(), in AdjustOtherWindowBounds()
[all …]
/external/chromium_org/chrome/browser/ui/tabs/
Ddock_info.cc128 new_window_bounds->SetRect(monitor_bounds_.x(), window_bounds.y(), in GetNewWindowBounds()
133 new_window_bounds->SetRect(monitor_bounds_.x() + half_m_width, in GetNewWindowBounds()
139 new_window_bounds->SetRect(window_bounds.x(), monitor_bounds_.y(), in GetNewWindowBounds()
144 new_window_bounds->SetRect(window_bounds.x(), in GetNewWindowBounds()
150 new_window_bounds->SetRect(monitor_bounds_.x(), monitor_bounds_.y(), in GetNewWindowBounds()
155 new_window_bounds->SetRect(monitor_bounds_.right() - half_m_width, in GetNewWindowBounds()
160 new_window_bounds->SetRect(monitor_bounds_.x(), in GetNewWindowBounds()
189 other_window_bounds.SetRect(monitor_bounds_.x() + half_m_width, in AdjustOtherWindowBounds()
195 other_window_bounds.SetRect(monitor_bounds_.x(), window_bounds.y(), in AdjustOtherWindowBounds()
200 other_window_bounds.SetRect(window_bounds.x(), in AdjustOtherWindowBounds()
[all …]
/external/chromium_org/ui/gfx/
Drect_base_impl.h40 SetRect(Type x, Type y, Type width, Type height) { in SetRect() function
168 SetRect(0, 0, 0, 0); in Intersect()
180 SetRect(rx, ry, rr - rx, rb - ry); in Intersect()
203 SetRect(rx, ry, rr - rx, rb - ry); in Union()
217 SetRect(0, 0, 0, 0); in Subtract()
241 SetRect(rx, ry, rr - rx, rb - ry); in Subtract()
258 SetRect(new_x, new_y, new_width, new_height); in AdjustToFit()
284 SetRect(new_x, new_y, new_width, new_height); in ClampToCenteredSize()
298 left_half->SetRect(x(), y(), width() / 2, height()); in SplitVertically()
299 right_half->SetRect(left_half->right(), in SplitVertically()
/external/chromium_org/ui/views/controls/
Dlabel_unittest.cc361 text_bounds.SetRect(0, 0, 0, 0); in TEST()
377 text_bounds.SetRect(0, 0, 0, 0); in TEST()
410 text_bounds.SetRect(0, 0, 0, 0); in TEST()
426 text_bounds.SetRect(0, 0, 0, 0); in TEST()
442 text_bounds.SetRect(0, 0, 0, 0); in TEST()
499 text_bounds.SetRect(0, 0, 0, 0); in TEST()
517 text_bounds.SetRect(0, 0, 0, 0); in TEST()
547 text_bounds.SetRect(0, 0, 0, 0); in TEST()
565 text_bounds.SetRect(0, 0, 0, 0); in TEST()
583 text_bounds.SetRect(0, 0, 0, 0); in TEST()
[all …]
/external/chromium/chrome/browser/ui/views/
Dsad_tab_view.cc110 icon_bounds_.SetRect(icon_x, icon_y, icon_width, icon_height); in Layout()
115 title_bounds_.SetRect(title_x, title_y, title_width_, title_height); in Layout()
124 message_bounds_.SetRect(message_x, message_y, message_width, message_height); in Layout()
129 link_bounds_.SetRect((width() - sz.width()) / 2, in Layout()
/external/chromium_org/printing/
Dprint_settings_initializer_gtk.cc38 printable_area_device_units.SetRect( in InitPrintSettings()
51 printable_area_device_units.SetRect( in InitPrintSettings()
Dpage_setup.cc48 printable_area_.SetRect(0, 0, 0, 0); in Clear()
49 overlay_area_.SetRect(0, 0, 0, 0); in Clear()
50 content_area_.SetRect(0, 0, 0, 0); in Clear()
/external/chromium/chrome/browser/ui/views/tabs/
Dside_tab.cc56 icon_bounds_.SetRect(kIconLeftPadding, icon_y, kFaviconSize, kFaviconSize); in Layout()
71 title_bounds_.SetRect( in Layout()
Dside_tab_strip.cc299 separator_bounds_.SetRect(0, -kSeparatorHeight, width(), kSeparatorHeight); in GenerateIdealBounds()
305 separator_bounds_.SetRect(0, y, width(), kSeparatorHeight); in GenerateIdealBounds()
308 newtab_button_bounds_.SetRect( in GenerateIdealBounds()
324 separator_bounds_.SetRect(0, y, width(), kSeparatorHeight); in GenerateIdealBounds()
Dtab.cc246 favicon_bounds_.SetRect(favicon_left, favicon_top, in Layout()
263 favicon_bounds_.SetRect(lb.x(), lb.y(), 0, 0); in Layout()
300 title_bounds_.SetRect(title_left, title_top, title_width, font_height()); in Layout()
302 title_bounds_.SetRect(title_left, title_top, 0, 0); in Layout()
/external/chromium_org/ui/views/
Dview_unittest.cc1133 touch_rect.SetRect(15, 15, 100, 100); in TEST_F()
1140 touch_rect.SetRect(50, 50, 5, 10); in TEST_F()
1147 touch_rect.SetRect(95, 96, 21, 22); in TEST_F()
1153 touch_rect.SetRect(95, 10, 300, 120); in TEST_F()
1160 touch_rect.SetRect(20, 20, 400, 100); in TEST_F()
1167 touch_rect.SetRect(-700, -15, 1050, 110); in TEST_F()
1173 touch_rect.SetRect(15, 15, 1, 1); in TEST_F()
1180 touch_rect.SetRect(0, 200, 110, 100); in TEST_F()
1187 touch_rect.SetRect(80, 280, 15, 15); in TEST_F()
1195 touch_rect.SetRect(0, 200, 200, 100); in TEST_F()
[all …]
Dmouse_watcher_view_host.cc38 bounds.SetRect(view_topleft.x() - hot_zone_insets_.left(), in IsCursorInViewZone()
/external/chromium_org/ash/display/
Dmouse_cursor_event_filter.cc55 src_indicator_bounds_.SetRect(0, 0, 0, 0); in ShowSharedEdgeIndicator()
56 dst_indicator_bounds_.SetRect(0, 0, 0, 0); in ShowSharedEdgeIndicator()
220 dst_indicator_bounds_.SetRect( in UpdateVerticalIndicatorWindowBounds()
/external/chromium/chrome/browser/ui/
Dwindow_sizer.cc50 bounds->SetRect(left, top, std::max(0, right - left), in GetPersistentState()
63 work_area->SetRect(work_area_left, work_area_top, in GetPersistentState()
226 default_bounds->SetRect(kWindowTilePixels + work_area.x(), in GetDefaultWindowBounds()
/external/chromium/webkit/glue/media/
Dweb_video_renderer.h29 virtual void SetRect(const gfx::Rect& rect) = 0;
Dvideo_renderer_impl.h32 virtual void SetRect(const gfx::Rect& rect);
/external/chromium_org/ppapi/cpp/
Drect.h245 void SetRect(int32_t x, int32_t y, int32_t w, int32_t h) { in SetRect() function
255 void SetRect(const PP_Rect& rect) { in SetRect() function
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_gtk.cc143 out->SetRect(x + allocation.x, y + allocation.y, in GetContainerBounds()
187 rect.SetRect(0, 0, requested_size_.width(), requested_size_.height()); in GetViewBounds()
192 rect.SetRect(x, y, w, h); in GetViewBounds()
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
DSDL_dspvideo.c440 SetRect (&bounds, 0, 0, 320, 240); in DSp_IsHWAvailable()
938 SetRect (&rect, 0, 0, width, height); in DSp_SetVideoMode()
986 SetRect (&rect, 0, 0, surface->w, surface->h); in DSp_MakeHWMask()
1058 SetRect (&bounds, 0, 0, width, height); in DSp_NewHWSurface()
1157 SetRect (&src_rect, srcrect->x, srcrect->y, srcrect->x + srcrect->w, srcrect->y + srcrect->h); in DSp_HWAccelBlit()
1158 SetRect (&dst_rect, dstrect->x, dstrect->y, dstrect->x + dstrect->w, dstrect->y + dstrect->h); in DSp_HWAccelBlit()
1220 SetRect (&fill_rect, rect->x, rect->y, rect->x + rect->w, rect->y + rect->h); in DSp_FillHWRect()
1247 SetRect (&rect, 0, 0, surface->w-1, surface->h-1); in DSp_FlipHWSurface()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_gtk.cc192 out->SetRect(x + expanded_->allocation.x, y + expanded_->allocation.y, in GetContainerBounds()
256 out->SetRect(0, 0, requested_size_.width(), requested_size_.height()); in GetViewBounds()
261 out->SetRect(x, y, w, h); in GetViewBounds()
/external/chromium_org/chrome/browser/ui/window_sizer/
Dwindow_sizer.cc65 bounds->SetRect(left, top, std::max(0, right - left), in GetPersistentState()
80 work_area->SetRect(work_area_left, work_area_top, in GetPersistentState()
338 default_bounds->SetRect(kWindowTilePixels + work_area.x(), in GetDefaultWindowBounds()
/external/chromium_org/chrome/browser/ui/panels/
Ddetached_panel_browsertest.cc197 secondary_display_area.SetRect(400, 100, 300, 400); in IN_PROC_BROWSER_TEST_F()
198 secondary_work_area.SetRect(400, 100, 300, 360); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/ash/shell/
Dtoplevel_window.cc88 bounds->SetRect(10, 150, 300, 300); in GetSavedWindowPlacement()
/external/chromium_org/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.cc751 favicon_bounds_.SetRect(local_bounds.x(), favicon_top, in Layout()
755 favicon_bounds_.SetRect(local_bounds.x(), local_bounds.y(), 0, 0); in Layout()
765 close_button_bounds_.SetRect(close_button_left, in Layout()
783 close_button_bounds_.SetRect(0, 0, 0, 0); in Layout()
800 media_indicator_bounds_.SetRect(local_bounds.x(), local_bounds.y(), 0, 0); in Layout()
827 title_bounds_.SetRect(title_left, title_top, title_width, content_height); in Layout()
/external/chromium_org/ash/wm/
Dwindow_positioner_unittest.cc83 bounds->SetRect(450, 10, 100, 100); in GetSavedWindowPlacement()

1234