HomeSort by relevance Sort by last modified time
    Searched refs:expandTo (Results 1 - 8 of 8) sorted by null

  /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 161 box.expandTo(fromPoint);
163 box.expandTo(toPoint);
235 box.expandTo(rotation.mapPoint(point));
264 bounds->expandTo(box);
301 bounds->expandTo(toBox);
355 bounds->expandTo(boundsForArc);
TransformOperationsTest.cpp 459 expandedBounds.expandTo(blendedPoint);
TransformationMatrix.cpp 662 bounds.expandTo(point);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationStack.cpp 164 box.expandTo(expandingBox);
CompositorAnimations.cpp 127 box.expandTo(bounds);

Completed in 342 milliseconds