Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.cpp364 double lastRotAngle = 0.0; in fetchTransformOperationList() local
377lastRotAngle = static_cast<RotateTransformOperation*>(firstVal->operations().at(j).get())->angle(); in fetchTransformOperationList()
380 maxRotAngle = fabs(lastRotAngle); in fetchTransformOperationList()
385 double diffAngle = fabs(rotAngle - lastRotAngle); in fetchTransformOperationList()
388 lastRotAngle = rotAngle; in fetchTransformOperationList()