Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.cpp321 …st KeyframeValueList& valueList, TransformOperationList& list, bool& isValid, bool& hasBigRotation) in fetchTransformOperationList() argument
327 hasBigRotation = false; in fetchTransformOperationList()
393 hasBigRotation = maxRotAngle >= 180.0; in fetchTransformOperationList()
DGraphicsLayer.h373 …rationList(const KeyframeValueList&, TransformOperationList&, bool& isValid, bool& hasBigRotation);
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp1598 bool listsMatch, hasBigRotation; in createTransformAnimationsFromKeyframes() local
1599 fetchTransformOperationList(valueList, functionList, listsMatch, hasBigRotation); in createTransformAnimationsFromKeyframes()
1604 … if ((hasBigRotation || functionList.size() > 1) && !PlatformCAAnimation::supportsValueFunction()) in createTransformAnimationsFromKeyframes()