HomeSort by relevance Sort by last modified time
    Searched full:expandto (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/ui/gfx/geometry/
box_f.cc 28 void BoxF::ExpandTo(const Point3F& min, const Point3F& max) {
53 ExpandTo(box);
56 void BoxF::ExpandTo(const Point3F& point) {
57 ExpandTo(point, point);
60 void BoxF::ExpandTo(const BoxF& box) {
61 ExpandTo(box.origin(), gfx::Point3F(box.right(), box.bottom(), box.front()));
box_unittest.cc 81 TEST(BoxTest, ExpandTo) {
98 box1.ExpandTo(point1);
100 box1.ExpandTo(point2);
103 box2.ExpandTo(point1);
105 box2.ExpandTo(point2);
108 box3.ExpandTo(point1);
110 box3.ExpandTo(point2);
box_f.h 100 void ExpandTo(const Point3F& point);
105 void ExpandTo(const BoxF& box);
114 void ExpandTo(const Point3F& min, const Point3F& max);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatBoxTest.cpp 80 box.expandTo(FloatPoint3D(10, -3, 2));
83 box.expandTo(FloatPoint3D(-15, 6, 8));
87 box.expandTo(FloatPoint3D(-3, 6, 9), FloatPoint3D(-2, 10, 11));
91 box.expandTo(FloatBox(-10, -10, -10, 3, 30, 40));
92 box.expandTo(FloatBox(-11, 3, 50, 10, 15, 1));
115 box.expandTo(FloatPoint3D(1, 0, 0));
117 box.expandTo(FloatPoint3D(0, 1, 0));
FloatBox.h 101 void expandTo(const FloatPoint3D& low, const FloatPoint3D& high)
124 void expandTo(const FloatPoint3D& point)
126 expandTo(point, point);
129 void expandTo(const FloatBox& box)
131 expandTo(FloatPoint3D(box.x(), box.y(), box.z()), FloatPoint3D(box.right(), box.bottom(), box.front()));
144 expandTo(box);
FloatBoxTestHelpers.cpp 83 newM.expandTo(n);
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperations.cpp 163 box.expandTo(fromPoint);
165 box.expandTo(toPoint);
237 box.expandTo(rotation.mapPoint(point));
266 bounds->expandTo(box);
303 bounds->expandTo(toBox);
357 bounds->expandTo(boundsForArc);
TransformOperationsTest.cpp 459 expandedBounds.expandTo(blendedPoint);
TransformationMatrix.cpp 664 bounds.expandTo(point);
    [all...]
  /external/chromium_org/cc/animation/
transform_operation.cc 288 box->ExpandTo(point_rotated_to);
360 box->ExpandTo(rotated);
403 bounds->ExpandTo(to_box);
transform_operations_unittest.cc     [all...]
  /external/lldb/www/python_reference/
lldb.formatters-pysrc.html 70 expandto(location.href);
lldb.formatters.cpp-pysrc.html 71 expandto(location.href);
lldb.runtime-pysrc.html 70 expandto(location.href);
lldb.utils-pysrc.html 70 expandto(location.href);
epydoc.js 172 function expandto(href) {
lldb.formatters.cache-pysrc.html 110 expandto(location.href);
lldb.formatters.attrib_fromdict-pysrc.html 230 expandto(location.href);
lldb.embedded_interpreter-pysrc.html     [all...]
lldb.formatters.Logger-pysrc.html     [all...]
lldb.formatters.metrics-pysrc.html     [all...]
lldb.formatters.cpp.gnu_libstdcpp-pysrc.html     [all...]
  /external/chromium_org/ui/gfx/
transform.cc 468 bounds.ExpandTo(point);

Completed in 793 milliseconds