Searched refs:bounding_box (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/ppapi/c/dev/
H A Dppb_text_input_dev.h86 const struct PP_Rect* bounding_box);
134 const struct PP_Rect* bounding_box);
/external/chromium_org/ppapi/cpp/dev/
H A Dtext_input_dev.cc71 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());
70 UpdateCaretPosition(const Rect& caret, const Rect& bounding_box) argument
H A Dtext_input_dev.h49 void UpdateCaretPosition(const Rect& caret, const Rect& bounding_box);
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data.h28 const gfx::RectF& bounding_box,
H A Dgesture_event_data.cc20 const gfx::RectF& bounding_box,
34 this->details.set_bounding_box(bounding_box);
11 GestureEventData(const GestureEventDetails& details, int motion_event_id, MotionEvent::ToolType primary_tool_type, base::TimeTicks time, float x, float y, float raw_x, float raw_y, size_t touch_point_count, const gfx::RectF& bounding_box, int flags) argument
H A Dgesture_provider.cc327 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,
490 CreateGesture(const GestureEventDetails& details, int motion_event_id, MotionEvent::ToolType primary_tool_type, base::TimeTicks time, float x, float y, float raw_x, float raw_y, size_t touch_point_count, const gfx::RectF& bounding_box, int flags) argument
514 CreateGesture(EventType type, int motion_event_id, MotionEvent::ToolType primary_tool_type, base::TimeTicks time, float x, float y, float raw_x, float raw_y, size_t touch_point_count, const gfx::RectF& bounding_box, int flags) argument
H A Dgesture_provider_unittest.cc304 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/
H A Dppb_text_input_dev.idl64 [in] PP_Rect bounding_box);
/external/chromium_org/ui/views/widget/
H A Droot_view_targeter.cc44 !gesture.details().bounding_box().IsEmpty()) {
47 rect.set_size(gesture.details().bounding_box().size());
/external/chromium_org/ppapi/thunk/
H A Dppb_text_input_thunk.cc54 const PP_Rect* bounding_box) {
56 if (enter.succeeded() && caret && bounding_box)
57 enter.functions()->UpdateCaretPosition(instance, *caret, *bounding_box);
52 UpdateCaretPosition_0_2(PP_Instance instance, const PP_Rect* caret, const PP_Rect* bounding_box) argument
H A Dppb_instance_api.h147 const PP_Rect& bounding_box) = 0;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc213 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
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dui_events_helper.cc156 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()
[all...]
/external/chromium_org/ui/views/
H A Dview_targeter_unittest.cc267 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
[all...]
/external/chromium_org/chrome/browser/ui/views/link_disambiguation/
H A Dlink_disambiguation_popup.cc119 (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/
H A DBVH_Example.cpp10 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/
H A Dgesture_event_details.h37 const gfx::Rect bounding_box() const { function in struct:ui::GestureEventDetails
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc188 const gfx::Rect& bounding_box() const { return bounding_box_; } function in class:aura::test::__anon16578::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()
[all...]
/external/eigen/unsupported/test/
H A DBVH.cpp17 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/
H A Dform_autofill_util.cc1156 gfx::Rect bounding_box(element->boundsInViewportSpace());
1157 return gfx::RectF(bounding_box.x() * scale,
1158 bounding_box.y() * scale,
1159 bounding_box.width() * scale,
1160 bounding_box.height() * scale);
H A Dpassword_autofill_agent.cc930 gfx::Rect bounding_box(selected_element.boundsInViewportSpace());
933 gfx::RectF bounding_box_scaled(bounding_box.x() * scale,
934 bounding_box.y() * scale,
935 bounding_box.width() * scale,
936 bounding_box.height() * scale);
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.h111 const PP_Rect& bounding_box) OVERRIDE;
240 const PP_Rect& bounding_box);
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.h154 // The |bounding_box| is a window relative value.
158 const gfx::RectF& bounding_box,
/external/eigen/unsupported/Eigen/src/BVH/
H A DKdBVH.h31 //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. */
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc278 const PP_Rect& bounding_box) {
276 UpdateCaretPosition(PP_Instance instance, const PP_Rect& caret, const PP_Rect& bounding_box) argument

Completed in 5411 milliseconds

12