Searched defs:makeIdentity (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleAdjuster.cpp198 bool makeIdentity = true; local
199 style->setTransform(TransformOperations(makeIdentity));
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DAffineTransform.cpp49 void AffineTransform::makeIdentity() function in class:blink::AffineTransform
H A DTransformOperations.cpp34 TransformOperations::TransformOperations(bool makeIdentity) argument
36 if (makeIdentity)
H A DTransformationMatrix.h63 TransformationMatrix() { makeIdentity(); }
100 TransformationMatrix& makeIdentity() function in class:blink::TransformationMatrix

Completed in 484 milliseconds