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

  /external/chromium_org/ui/base/gestures/
gesture_types.h 29 const gfx::Rect& bounding_box() const { return bounding_box_; }
30 void set_bounding_box(const gfx::Rect& box) { bounding_box_ = box; }
176 gfx::Rect bounding_box_; member in struct:ui::GestureEventDetails
gesture_sequence.cc 523 pinch_distance_current_ = BoundingBoxDiagonal(bounding_box_);
557 pinch_distance_current_ = BoundingBoxDiagonal(bounding_box_);
575 bounding_box_.SetRect(0, 0, 0, 0);
577 bounding_box_ = GetPointByPointId(0)->enclosing_rectangle();
594 bounding_box_.SetRect(left, top, right - left, bottom - top);
657 gesture_details.set_bounding_box(bounding_box_);
776 location = bounding_box_.CenterPoint();
821 gfx::Point center = bounding_box_.CenterPoint();
834 gfx::Point center = bounding_box_.CenterPoint();
850 bounding_box_.CenterPoint()
    [all...]
gesture_sequence.h 184 gfx::Rect bounding_box_; member in class:ui::GestureSequence
196 // |bounding_box_|.
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 187 const gfx::Rect& bounding_box() const { return bounding_box_; }
199 bounding_box_ = gesture->details().bounding_box();
322 gfx::Rect bounding_box_; member in class:aura::test::__anon16540::GestureEventConsumeDelegate
    [all...]

Completed in 166 milliseconds