Searched refs:maxRotAngle (Results 1 – 1 of 1) sorted by relevance
365 double maxRotAngle = -1.0; in fetchTransformOperationList() local379 if (maxRotAngle < 0) in fetchTransformOperationList()380 maxRotAngle = fabs(lastRotAngle); in fetchTransformOperationList()386 if (diffAngle > maxRotAngle) in fetchTransformOperationList()387 maxRotAngle = diffAngle; in fetchTransformOperationList()393 hasBigRotation = maxRotAngle >= 180.0; in fetchTransformOperationList()