HomeSort by relevance Sort by last modified time
    Searched refs:SetRect (Results 1 - 25 of 46) sorted by null

1 2

  /external/webkit/Source/WebKit/android/plugins/
SkANP.h 69 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);
SkANP.cpp 31 SkRect* SkANP::SetRect(SkRect* dst, const ANPRectF& src) {
39 SkIRect* SkANP::SetRect(SkIRect* dst, const ANPRectI& src) {
44 ANPRectI* SkANP::SetRect(ANPRectI* dst, const SkIRect& src) {
52 ANPRectF* SkANP::SetRect(ANPRectF* dst, const SkRect& src) {
ANPCanvasInterface.cpp 65 canvas->skcanvas->clipRect(*SkANP::SetRect(&r, *rect));
85 SkANP::SetRect(r, bounds);
94 SkANP::SetRect(r, clip.getBounds());
117 canvas->skcanvas->drawRect(*SkANP::SetRect(&r, *rect), *paint);
123 canvas->skcanvas->drawOval(*SkANP::SetRect(&r, *rect), *paint);
160 srcPtr = SkANP::SetRect(&srcR, *src);
163 *SkANP::SetRect(&dstR, *dst), paint);
ANPVideoInterface.cpp 61 mediaLayer->setWindowDimensionsForVideo(window, *SkANP::SetRect(&rect, *dimensions));
ANPPathInterface.cpp 55 SkANP::SetRect(bounds, path->getBounds());
  /external/chromium/webkit/glue/media/
web_video_renderer.h 29 virtual void SetRect(const gfx::Rect& rect) = 0;
video_renderer_impl.h 32 virtual void SetRect(const gfx::Rect& rect);
  /external/chromium/chrome/browser/ui/tabs/
dock_info.cc 138 new_window_bounds->SetRect(monitor_bounds_.x(), window_bounds.y(),
143 new_window_bounds->SetRect(monitor_bounds_.x() + half_m_width,
149 new_window_bounds->SetRect(window_bounds.x(), monitor_bounds_.y(),
154 new_window_bounds->SetRect(window_bounds.x(),
160 new_window_bounds->SetRect(monitor_bounds_.x(), monitor_bounds_.y(),
165 new_window_bounds->SetRect(monitor_bounds_.right() - half_m_width,
170 new_window_bounds->SetRect(monitor_bounds_.x(),
199 other_window_bounds.SetRect(monitor_bounds_.x() + half_m_width,
205 other_window_bounds.SetRect(monitor_bounds_.x(), window_bounds.y(),
210 other_window_bounds.SetRect(window_bounds.x()
    [all...]
dock_info_gtk.cc 213 bounds->SetRect(x, y, w, h);
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab.cc 56 icon_bounds_.SetRect(kIconLeftPadding, icon_y, kFaviconSize, kFaviconSize);
71 title_bounds_.SetRect(
side_tab_strip.cc 299 separator_bounds_.SetRect(0, -kSeparatorHeight, width(), kSeparatorHeight);
305 separator_bounds_.SetRect(0, y, width(), kSeparatorHeight);
308 newtab_button_bounds_.SetRect(
324 separator_bounds_.SetRect(0, y, width(), kSeparatorHeight);
tab.cc 246 favicon_bounds_.SetRect(favicon_left, favicon_top,
263 favicon_bounds_.SetRect(lb.x(), lb.y(), 0, 0);
300 title_bounds_.SetRect(title_left, title_top, title_width, font_height());
302 title_bounds_.SetRect(title_left, title_top, 0, 0);
  /external/chromium/chrome/browser/ui/views/
sad_tab_view.cc 110 icon_bounds_.SetRect(icon_x, icon_y, icon_width, icon_height);
115 title_bounds_.SetRect(title_x, title_y, title_width_, title_height);
124 message_bounds_.SetRect(message_x, message_y, message_width, message_height);
129 link_bounds_.SetRect((width() - sz.width()) / 2,
browser_bubble.cc 106 bounds_.SetRect(x, y, w, h);
chrome_views_delegate.cc 99 bounds->SetRect(left, top, right - left, bottom - top);
find_bar_host.cc 249 view_location.SetRect(x, y, prefsize.width(), prefsize.height());
  /external/webkit/Source/WebKit/mac/Misc/
QuickDrawCompatibility.h 39 #define MacSetRect SetRect
  /external/chromium/chrome/browser/ui/
window_sizer.cc 50 bounds->SetRect(left, top, std::max(0, right - left),
63 work_area->SetRect(work_area_left, work_area_top,
226 default_bounds->SetRect(kWindowTilePixels + work_area.x(),
window_sizer_linux.cc 96 out_rect->SetRect(x, y, width, height);
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 440 SetRect (&bounds, 0, 0, 320, 240);
938 SetRect (&rect, 0, 0, width, height);
986 SetRect (&rect, 0, 0, surface->w, surface->h);
1058 SetRect (&bounds, 0, 0, width, height);
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.cc 192 out->SetRect(x + expanded_->allocation.x, y + expanded_->allocation.y,
256 out->SetRect(0, 0, requested_size_.width(), requested_size_.height());
261 out->SetRect(x, y, w, h);
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 678 favicon_bounds_.SetRect(local_bounds.x(), favicon_top,
694 favicon_bounds_.SetRect(local_bounds.x(), local_bounds.y(), 0, 0);
703 close_button_bounds_.SetRect(local_bounds.width() + kCloseButtonHorzFuzz,
720 close_button_bounds_.SetRect(0, 0, 0, 0);
743 title_bounds_.SetRect(title_left, title_top, title_width, content_height);
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc 504 icon_bounds_.SetRect(LocationBarView::kEdgeItemPadding +
512 text_bounds_.SetRect(text_x, std::max(0, (height() - font_height) / 2),
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 203 client_view_bounds_.SetRect(insets.left(), top_height,
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_touch.cc 225 out->SetRect(x(), y(), width(), height());

Completed in 841 milliseconds

1 2