HomeSort by relevance Sort by last modified time
    Searched refs:rect_ (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ppapi/cpp/
rect.h 25 rect_.point.x = 0;
26 rect_.point.y = 0;
27 rect_.size.width = 0;
28 rect_.size.height = 0;
104 return rect_;
111 return rect_;
118 return rect_;
126 return rect_.point.x;
133 rect_.point.x = in_x;
140 return rect_.point.y
396 PP_Rect rect_; member in class:pp::Rect
    [all...]
rect.cc 33 rect_.point.x += horizontal;
34 rect_.point.y += vertical;
  /external/chromium_org/ash/wm/
partial_screenshot_view_unittest.cc 23 rect_ = rect;
31 const gfx::Rect& rect() const { return rect_; };
35 gfx::Rect rect_; member in class:ash::FakeScreenshotDelegate
  /external/chromium_org/chrome/renderer/plugins/
webview_plugin.cc 127 gfx::Rect paint_rect = gfx::IntersectRects(rect_, rect);
131 paint_rect.Offset(-rect_.x(), -rect_.y());
133 canvas->translate(SkIntToScalar(rect_.x()), SkIntToScalar(rect_.y()));
146 if (static_cast<gfx::Rect>(frame_rect) != rect_) {
147 rect_ = frame_rect;
webview_plugin.h 145 gfx::Rect rect_; member in class:WebViewPlugin
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 104 rect_ = rect ? *rect : gtk_util::WidgetBounds(anchor_widget);
278 rect_.x(), rect_.y(), &offset_x, &offset_y);
283 toplevel_x + offset_x + (rect_.width() / 2), // arrow_x
322 rect_.x(), rect_.y(), &offset_x, &offset_y);
326 screen_x = toplevel_x + offset_x + (rect_.width() / 2) - kArrowX;
328 screen_x = toplevel_x + offset_x + (rect_.width() / 2) -
334 gint screen_y = toplevel_y + offset_y + rect_.height() +
info_bubble_gtk.h 135 // and |rect_|) and move it there.
174 // The window for which we're being shown (and to which |rect_| is relative).
185 gfx::Rect rect_; member in class:InfoBubbleGtk
  /frameworks/base/core/jni/android/graphics/
Path.cpp 80 SkRect rect_; local
81 jboolean result = obj->isRect(&rect_);
82 GraphicsJNI::rect_to_jrectf(rect_, env, rect);
168 SkRect rect_; local
169 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
170 obj->addRect(rect_, dir);
204 SkRect rect_; local
205 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
208 obj->addRoundRect(rect_, rx_, ry_, dir);
213 SkRect rect_; local
    [all...]
Canvas.cpp 307 SkRect rect_; local
308 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
309 return canvas->quickReject(rect_);
413 SkRect rect_; local
414 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
415 canvas->drawRect(rect_, *paint);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc 183 rect_ = rect ? *rect : gtk_util::WidgetBounds(anchor_widget);
425 rect_.x(), rect_.y(), &offset_x, &offset_y);
432 toplevel_x + offset_x + (rect_.width() / 2), // arrow_x
476 rect_.x(), rect_.y(), &offset_x, &offset_y);
496 toplevel_x + offset_x + (rect_.width() / 2) - allocation.width / 2;
498 screen_x = toplevel_x + offset_x + (rect_.width() / 2) - kArrowX;
502 screen_x = toplevel_x + offset_x + (rect_.width() / 2) -
508 gint screen_y = toplevel_y + offset_y + rect_.height()
    [all...]
bubble_gtk.h 162 // and |rect_|) and move it there.
210 // The window for which we're being shown (and to which |rect_| is relative).
221 gfx::Rect rect_; member in class:BubbleGtk
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 48 rect_ = rect;
55 // The whole window is HTCAPTION, except the |rect_|.
56 if (rect_.Contains(gfx::PointAtOffsetFromOrigin(point - bounds().origin())))
63 gfx::Rect rect_; member in class:__anon8805::__anon8806::NotificationBarClientView

Completed in 326 milliseconds