Home
last modified time | relevance | path

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

/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/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/webkit/Source/WebKit/efl/ewk/
Dewk_frame.h117 } bounding_box; member
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view_layout.cc100 gfx::Rect bounding_box(contents_container_->bounds()); in GetFindBarBoundingBox() local