Home
last modified time | relevance | path

Searched refs:transformBox (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperations.cpp298 fromMatrix.transformBox(fromBox); in blendedBoundsForBox()
299 toMatrix.transformBox(toBox); in blendedBoundsForBox()
DTransformationMatrix.h155 void transformBox(FloatBox&) const;
DTransformOperationsTest.cpp66 matrix.transformBox(transformed); in EmpiricallyTestBounds()
DTransformationMatrix.cpp648 void TransformationMatrix::transformBox(FloatBox& box) const in transformBox() function in blink::TransformationMatrix