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

  /external/chromium_org/chrome/browser/ui/gtk/
confirm_bubble_gtk.h 71 gfx::Point anchor_point_; member in class:ConfirmBubbleGtk
confirm_bubble_gtk.cc 50 anchor_point_(anchor_point),
139 rect.set_x(anchor_point_.x() - rect.x());
140 rect.set_y(anchor_point_.y() - rect.y());
  /external/chromium_org/cc/layers/
layer.h 107 gfx::PointF anchor_point() const { return anchor_point_; }
595 gfx::PointF anchor_point_; member in class:cc::Layer
layer_impl.h 193 gfx::PointF anchor_point() const { return anchor_point_; }
579 gfx::PointF anchor_point_; member in class:cc::LayerImpl
layer.cc 58 anchor_point_(0.5f, 0.5f),
382 if (anchor_point_ == anchor_point)
384 anchor_point_ = anchor_point;
868 layer->SetAnchorPoint(anchor_point_);
    [all...]
layer_impl.cc 41 anchor_point_(0.5f, 0.5f),
501 layer->SetAnchorPoint(anchor_point_);
797 if (anchor_point_ == anchor_point)
800 anchor_point_ = anchor_point;
    [all...]

Completed in 517 milliseconds