Home
last modified time | relevance | path

Searched refs:bounding_box (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view_layout.cc100 gfx::Rect bounding_box(contents_container_->bounds()); in GetFindBarBoundingBox() local
104 bounding_box.set_origin(topleft); in GetFindBarBoundingBox()
108 int height_delta = find_bar_y_ - bounding_box.y(); in GetFindBarBoundingBox()
109 bounding_box.set_y(find_bar_y_); in GetFindBarBoundingBox()
110 bounding_box.set_height(std::max(0, bounding_box.height() + height_delta)); in GetFindBarBoundingBox()
115 bounding_box.set_width(std::max(0, bounding_box.width() - scrollbar_width)); in GetFindBarBoundingBox()
117 bounding_box.set_x(bounding_box.x() + scrollbar_width); in GetFindBarBoundingBox()
119 return bounding_box; in GetFindBarBoundingBox()
/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.cpp1146 hit_test->bounding_box.x = result.boundingBox().x(); in ewk_frame_hit_test_new()
1147 hit_test->bounding_box.y = result.boundingBox().y(); in ewk_frame_hit_test_new()
1148 hit_test->bounding_box.w = result.boundingBox().width(); in ewk_frame_hit_test_new()
1149 hit_test->bounding_box.h = result.boundingBox().height(); in ewk_frame_hit_test_new()
1151 hit_test->bounding_box.x = 0; in ewk_frame_hit_test_new()
1152 hit_test->bounding_box.y = 0; in ewk_frame_hit_test_new()
1153 hit_test->bounding_box.w = 0; in ewk_frame_hit_test_new()
1154 hit_test->bounding_box.h = 0; in ewk_frame_hit_test_new()
Dewk_frame.h117 } bounding_box; member
/external/webkit/Tools/EWebLauncher/
Dmain.c555 ht->bounding_box.x, ht->bounding_box.y, ht->bounding_box.w, ht->bounding_box.h, in on_key_down()
/external/eigen/unsupported/Eigen/src/BVH/
DKdBVH.h47 outBoxes.push_back(bounding_box(objects[i]));