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

  /external/chromium_org/ui/views/
rect_based_targeting_utils.cc 27 gfx::Point center_point = rect.CenterPoint(); local
28 int dx = center_point.x() - point.x();
29 int dy = center_point.y() - point.y();
  /external/chromium_org/ui/views/controls/
glow_hover_controller.cc 92 SkPoint center_point; local
93 center_point.iset(location_.x(), location_.y());
101 center_point, SkIntToScalar(radius), colors, NULL, 2,
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 92 gfx::Point center_point = rect.CenterPoint(); local
95 if (query.x() > center_point.x())
100 if (query.y() > center_point.y())
  /external/chromium_org/ui/gfx/
canvas.h 277 void DrawCircle(const Point& center_point,
canvas.cc 313 void Canvas::DrawCircle(const Point& center_point,
316 canvas_->drawCircle(SkIntToScalar(center_point.x()),
317 SkIntToScalar(center_point.y()), SkIntToScalar(radius), paint);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 1285 SkPoint center_point; local
    [all...]

Completed in 72 milliseconds