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

  /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.h 145 gfx::Rect rect_; member in class:WebViewPlugin
  /external/chromium/chrome/browser/ui/gtk/
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
  /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...]
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
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
  /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...]

Completed in 5394 milliseconds