HomeSort by relevance Sort by last modified time
    Searched refs:bounding_box (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/ppapi/c/dev/
ppb_text_input_dev.h 86 const struct PP_Rect* bounding_box);
134 const struct PP_Rect* bounding_box);
  /external/chromium_org/ppapi/cpp/dev/
text_input_dev.h 49 void UpdateCaretPosition(const Rect& caret, const Rect& bounding_box);
text_input_dev.cc 71 const Rect& bounding_box) {
74 instance_.pp_instance(), &caret.pp_rect(), &bounding_box.pp_rect());
77 instance_.pp_instance(), &caret.pp_rect(), &bounding_box.pp_rect());
  /external/chromium_org/ui/events/gesture_detection/
gesture_event_data.h 28 const gfx::RectF& bounding_box,
gesture_event_data.cc 20 const gfx::RectF& bounding_box,
34 this->details.set_bounding_box(bounding_box);
gesture_provider.cc 327 const gfx::RectF bounding_box = GetBoundingBox(e2, scroll_details.type()); variable
328 const gfx::PointF center = bounding_box.CenterPoint();
340 bounding_box,
499 const gfx::RectF& bounding_box,
510 bounding_box,
523 const gfx::RectF& bounding_box,
534 bounding_box,
gesture_provider_unittest.cc 304 GetMostRecentGestureEvent().details.bounding_box());
328 GetMostRecentGestureEvent().details.bounding_box());
436 GetMostRecentGestureEvent().details.bounding_box());
454 GetMostRecentGestureEvent().details.bounding_box());
477 GetMostRecentGestureEvent().details.bounding_box());
492 GetMostRecentGestureEvent().details.bounding_box());
540 GetMostRecentGestureEvent().details.bounding_box());
707 EXPECT_EQ(10, double_tap.details.bounding_box().width());
708 EXPECT_EQ(10, double_tap.details.bounding_box().height());
742 GetMostRecentGestureEvent().details.bounding_box());
    [all...]
  /external/chromium_org/ppapi/api/dev/
ppb_text_input_dev.idl 64 [in] PP_Rect bounding_box);
  /external/chromium_org/ui/views/widget/
root_view_targeter.cc 44 !gesture.details().bounding_box().IsEmpty()) {
47 rect.set_size(gesture.details().bounding_box().size());
  /external/chromium_org/ppapi/thunk/
ppb_text_input_thunk.cc 54 const PP_Rect* bounding_box) {
56 if (enter.succeeded() && caret && bounding_box)
57 enter.functions()->UpdateCaretPosition(instance, *caret, *bounding_box);
ppb_instance_api.h 147 const PP_Rect& bounding_box) = 0;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout.cc 213 gfx::Rect bounding_box = contents_container_->ConvertRectToWidget( local
234 // Grow the height of |bounding_box| by the height of any elements between
237 int height_delta = bounding_box.y() - find_bar_y;
238 bounding_box.set_y(find_bar_y);
239 bounding_box.set_height(std::max(0, bounding_box.height() + height_delta));
244 bounding_box.set_width(std::max(0, bounding_box.width() - scrollbar_width));
246 bounding_box.set_x(bounding_box.x() + scrollbar_width)
    [all...]
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 156 gesture_event.data.tap.width = event.details().bounding_box().width();
157 gesture_event.data.tap.height = event.details().bounding_box().height();
162 event.details().bounding_box().width();
164 event.details().bounding_box().height();
169 event.details().bounding_box().width();
171 event.details().bounding_box().height();
212 event.details().bounding_box().width();
214 event.details().bounding_box().height();
219 event.details().bounding_box().width();
221 event.details().bounding_box().height()
    [all...]
  /external/chromium_org/ui/views/
view_targeter_unittest.cc 267 gfx::Rect bounding_box(gfx::Point(46, 46), gfx::Size(8, 8));
268 gfx::Point center_point(bounding_box.CenterPoint());
270 details.set_bounding_box(bounding_box);
273 details.set_bounding_box(bounding_box);
276 details.set_bounding_box(bounding_box);
328 details.set_bounding_box(bounding_box);
331 details.set_bounding_box(bounding_box);
335 details.set_bounding_box(bounding_box);
382 gfx::Rect bounding_box(gfx::Point(58, 58), gfx::Size(4, 4));
383 gfx::Point center_point(bounding_box.CenterPoint())
    [all...]
  /external/chromium_org/chrome/browser/ui/views/link_disambiguation/
link_disambiguation_popup.cc 119 (event->details().bounding_box().x() / scale_) + target_rect_.x(),
120 (event->details().bounding_box().y() / scale_) + target_rect_.y(),
121 event->details().bounding_box().width() / scale_,
122 event->details().bounding_box().height() / scale_));
  /external/eigen/unsupported/doc/examples/
BVH_Example.cpp 10 Box2d bounding_box(const Vector2d &v) { return Box2d(v, v); } //compute the bounding box of a single point function in namespace:Eigen::internal
  /external/chromium_org/ui/events/
gesture_event_details.h 37 const gfx::Rect bounding_box() const { function in struct:ui::GestureEventDetails
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 188 const gfx::Rect& bounding_box() const { return bounding_box_; } function in class:aura::test::__anon21196::GestureEventConsumeDelegate
201 bounding_box_ = gesture->details().bounding_box();
745 EXPECT_EQ(24, delegate->bounding_box().width());
746 EXPECT_EQ(24, delegate->bounding_box().height());
786 EXPECT_EQ(40, delegate->bounding_box().width());
787 EXPECT_EQ(40, delegate->bounding_box().height());
843 EXPECT_EQ(16, delegate->bounding_box().width());
844 EXPECT_EQ(16, delegate->bounding_box().height());
929 EXPECT_EQ(18, delegate->bounding_box().width());
930 EXPECT_EQ(18, delegate->bounding_box().height())
    [all...]
  /external/eigen/unsupported/test/
BVH.cpp 17 template<typename Scalar, int Dim> AlignedBox<Scalar, Dim> bounding_box(const Matrix<Scalar, Dim, 1> &v) { return AlignedBox<Scalar, Dim>(v); } function in namespace:Eigen
35 template<int Dim> AlignedBox<double, Dim> bounding_box(const Ball<Dim> &b) function
  /external/chromium_org/components/autofill/content/renderer/
form_autofill_util.cc     [all...]
password_autofill_agent.cc     [all...]
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.h 111 const PP_Rect& bounding_box) OVERRIDE;
240 const PP_Rect& bounding_box);
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.h 154 // The |bounding_box| is a window relative value.
158 const gfx::RectF& bounding_box,
  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_instance.h 108 const PP_Rect& bounding_box) OVERRIDE;
  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 31 //iterator range or using bounding_box in a unified way
47 outBoxes.push_back(bounding_box(objects[i]));
59 * \param _Object The object type that lives in the hierarchy. It must have value semantics. Either bounding_box(_Object) must
82 /** Given an iterator range over \a Object references, constructs the BVH. Requires that bounding_box(Object) return a Volume. */
89 * Requires that bounding_box(Object) return a Volume. */

Completed in 629 milliseconds

1 2