Home
last modified time | relevance | path

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

12

/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 …]
Ddock_info_gtk.cc213 bounds->SetRect(x, y, w, h); in GetWindowBounds()
/external/webkit/Source/WebKit/android/plugins/
DSkANP.h69 static SkRect* SetRect(SkRect* dst, const ANPRectF& src);
70 static SkIRect* SetRect(SkIRect* dst, const ANPRectI& src);
71 static ANPRectI* SetRect(ANPRectI* dst, const SkIRect& src);
72 static ANPRectF* SetRect(ANPRectF* dst, const SkRect& src);
DANPCanvasInterface.cpp65 canvas->skcanvas->clipRect(*SkANP::SetRect(&r, *rect)); in anp_clipRect()
84 SkANP::SetRect(r, bounds); in anp_getLocalClipBounds()
93 SkANP::SetRect(r, clip.getBounds()); in anp_getDeviceClipBounds()
116 canvas->skcanvas->drawRect(*SkANP::SetRect(&r, *rect), *paint); in anp_drawRect()
122 canvas->skcanvas->drawOval(*SkANP::SetRect(&r, *rect), *paint); in anp_drawOval()
159 srcPtr = SkANP::SetRect(&srcR, *src); in anp_drawBitmapRect()
162 *SkANP::SetRect(&dstR, *dst), paint); in anp_drawBitmapRect()
DSkANP.cpp31 SkRect* SkANP::SetRect(SkRect* dst, const ANPRectF& src) { in SetRect() function in SkANP
39 SkIRect* SkANP::SetRect(SkIRect* dst, const ANPRectI& src) { in SetRect() function in SkANP
44 ANPRectI* SkANP::SetRect(ANPRectI* dst, const SkIRect& src) { in SetRect() function in SkANP
52 ANPRectF* SkANP::SetRect(ANPRectF* dst, const SkRect& src) { in SetRect() function in SkANP
DANPVideoInterface.cpp61 mediaLayer->setWindowDimensionsForVideo(window, *SkANP::SetRect(&rect, *dimensions)); in anp_setWindowDimensions()
DANPPathInterface.cpp55 SkANP::SetRect(bounds, path->getBounds()); in anp_getBounds()
/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()
Dbrowser_bubble.cc106 bounds_.SetRect(x, y, w, h); in SetBounds()
Dchrome_views_delegate.cc99 bounds->SetRect(left, top, right - left, bottom - top); in GetSavedWindowBounds()
Dfind_bar_host.cc249 view_location.SetRect(x, y, prefsize.width(), prefsize.height());
/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/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()
Dwindow_sizer_linux.cc96 out_rect->SetRect(x, y, width, height); in GetScreenWorkArea()
/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/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/webkit/Source/WebKit/mac/Misc/
DQuickDrawCompatibility.h39 #define MacSetRect SetRect
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.cc678 favicon_bounds_.SetRect(local_bounds.x(), favicon_top, in Layout()
694 favicon_bounds_.SetRect(local_bounds.x(), local_bounds.y(), 0, 0); in Layout()
703 close_button_bounds_.SetRect(local_bounds.width() + kCloseButtonHorzFuzz, in Layout()
720 close_button_bounds_.SetRect(0, 0, 0, 0); in Layout()
743 title_bounds_.SetRect(title_left, title_top, title_width, content_height); in Layout()
/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_result_view.cc504 icon_bounds_.SetRect(LocationBarView::kEdgeItemPadding + in Layout()
512 text_bounds_.SetRect(text_x, std::max(0, (height() - font_height) / 2), in Layout()
/external/chromium/chrome/browser/ui/views/frame/
Dapp_panel_browser_frame_view.cc158 sysmenu_rect.SetRect(0, 0, sysmenu_rect.right(), sysmenu_rect.bottom()); in NonClientHitTest()
499 title_bounds_.SetRect(title_x, in LayoutTitleBar()
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
Dsdlexe.cpp440 SetRect(aRect);
680 iSDLWin->SetRect(ApplicationRect());

12