Home
last modified time | relevance | path

Searched defs:bounding_box (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
Dgesture_event_data.cc20 const gfx::RectF& bounding_box, in GestureEventData()
Dgesture_provider.cc327 const gfx::RectF bounding_box = GetBoundingBox(e2, scroll_details.type()); in OnScroll() local
499 const gfx::RectF& bounding_box, in CreateGesture()
523 const gfx::RectF& bounding_box, in CreateGesture()
/external/chromium_org/ppapi/cpp/dev/
Dtext_input_dev.cc71 const Rect& bounding_box) { in UpdateCaretPosition()
/external/eigen/unsupported/doc/examples/
DBVH_Example.cpp10 …Box2d bounding_box(const Vector2d &v) { return Box2d(v, v); } //compute the bounding box of a sing… in bounding_box() function
/external/chromium_org/ppapi/thunk/
Dppb_text_input_thunk.cc54 const PP_Rect* bounding_box) { in UpdateCaretPosition_0_2()
/external/eigen/unsupported/test/
DBVH.cpp17 template<typename Scalar, int Dim> AlignedBox<Scalar, Dim> bounding_box(const Matrix<Scalar, Dim, 1… in bounding_box() function
35 template<int Dim> AlignedBox<double, Dim> bounding_box(const Ball<Dim> &b) in bounding_box() function
/external/chromium_org/ui/views/
Dview_targeter_unittest.cc267 gfx::Rect bounding_box(gfx::Point(46, 46), gfx::Size(8, 8)); in TEST_F() local
382 gfx::Rect bounding_box(gfx::Point(58, 58), gfx::Size(4, 4)); in TEST_F() local
/external/chromium_org/ui/events/
Dgesture_event_details.h37 const gfx::Rect bounding_box() const { in bounding_box() function
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view_layout.cc213 gfx::Rect bounding_box = contents_container_->ConvertRectToWidget( in GetFindBarBoundingBox() local
/external/chromium_org/mojo/examples/pepper_container_app/
Dplugin_instance.cc278 const PP_Rect& bounding_box) { in UpdateCaretPosition()
/external/chromium_org/components/autofill/content/renderer/
Dform_autofill_util.cc1156 gfx::Rect bounding_box(element->boundsInViewportSpace()); in GetScaledBoundingBox() local
Dpassword_autofill_agent.cc930 gfx::Rect bounding_box(selected_element.boundsInViewportSpace()); in ShowSuggestionPopup() local
/external/chromium_org/ppapi/proxy/
Dppb_instance_proxy.cc939 const PP_Rect& bounding_box) { in UpdateCaretPosition()
1537 const PP_Rect& bounding_box) { in OnHostMsgUpdateCaretPosition()
/external/chromium_org/components/autofill/core/browser/
Dautofill_manager.cc450 const gfx::RectF& bounding_box, in OnQueryFormFieldAutofill()
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.cc2863 const PP_Rect& bounding_box) { in UpdateCaretPosition()
/external/chromium_org/ui/aura/gestures/
Dgesture_recognizer_unittest.cc188 const gfx::Rect& bounding_box() const { return bounding_box_; } in bounding_box() function in aura::test::__anonfebb0a910111::GestureEventConsumeDelegate