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

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperations.cpp 311 const RotateTransformOperation* toRotation = nullptr;
319 toRotation = static_cast<const RotateTransformOperation*>(toOperation.get());
320 if (toRotation->axis().isZero())
321 toRotation = nullptr;
327 if (!RotateTransformOperation::shareSameAxis(fromRotation, toRotation, &axis, &fromAngle, &toAngle)) {
336 if (!toRotation) {
339 toRotation = identityRotation.get();
350 boundingBoxForArc(corner, *fromRotation, *toRotation, minProgress, maxProgress, boundsForArc);
RotateTransformOperation.h 50 static bool shareSameAxis(const RotateTransformOperation* fromRotation, const RotateTransformOperation* toRotation, FloatPoint3D* axis, double* fromAngle, double* toAngle);

Completed in 2892 milliseconds