HomeSort by relevance Sort by last modified time
    Searched refs:hasBigRotation (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 313 // The hasBigRotation flag will always return false if isValid is false. Otherwise hasBigRotation is
321 void GraphicsLayer::fetchTransformOperationList(const KeyframeValueList& valueList, TransformOperationList& list, bool& isValid, bool& hasBigRotation)
327 hasBigRotation = false;
393 hasBigRotation = maxRotAngle >= 180.0;
GraphicsLayer.h 372 // On return, if hasBigRotation is true, functions contain rotations of >= 180 degrees
373 static void fetchTransformOperationList(const KeyframeValueList&, TransformOperationList&, bool& isValid, bool& hasBigRotation);
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp     [all...]

Completed in 36 milliseconds