Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.cpp365 double maxRotAngle = -1.0; in fetchTransformOperationList() local
379 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()