Searched refs:hasBigRotation (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayer.cpp | 321 …st KeyframeValueList& valueList, TransformOperationList& list, bool& isValid, bool& hasBigRotation) in fetchTransformOperationList() argument 327 hasBigRotation = false; in fetchTransformOperationList() 393 hasBigRotation = maxRotAngle >= 180.0; in fetchTransformOperationList()
|
D | GraphicsLayer.h | 373 …rationList(const KeyframeValueList&, TransformOperationList&, bool& isValid, bool& hasBigRotation);
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.cpp | 1598 bool listsMatch, hasBigRotation; in createTransformAnimationsFromKeyframes() local 1599 fetchTransformOperationList(valueList, functionList, listsMatch, hasBigRotation); in createTransformAnimationsFromKeyframes() 1604 … if ((hasBigRotation || functionList.size() > 1) && !PlatformCAAnimation::supportsValueFunction()) in createTransformAnimationsFromKeyframes()
|