isIdentity 60 Source/core/animation/AnimationTranslationUtilTest.cpp MOCK_CONST_METHOD0(isIdentity, bool()); isIdentity 816 Source/core/html/canvas/CanvasRenderingContext2D.cpp if (ctm.isIdentity() && invertibleCTM) isIdentity 132 Source/core/inspector/InspectorLayerTreeAgent.cpp if (!transform.isIdentity()) { isIdentity 90 Source/core/rendering/PaintInfo.h if (identityStatusUnknown && localToAncestorTransform.isIdentity()) isIdentity 2279 Source/core/rendering/RenderLayer.cpp if (!transform.isIdentity()) { isIdentity 140 Source/core/rendering/svg/RenderSVGImage.cpp if (!m_localTransform.isIdentity()) { isIdentity 146 Source/core/rendering/svg/RenderSVGResourceMarker.cpp if (!transform.isIdentity()) { isIdentity 118 Source/core/rendering/svg/RenderSVGResourcePattern.cpp if (!patternTransform.isIdentity()) isIdentity 228 Source/core/rendering/svg/RenderSVGResourcePattern.cpp if (!viewBoxCTM.isIdentity()) isIdentity 261 Source/core/rendering/svg/RenderSVGResourcePattern.cpp if (!tileImageTransform.isIdentity()) isIdentity 484 Source/core/rendering/svg/RenderSVGText.cpp if (!localTransform.isIdentity()) { isIdentity 105 Source/core/rendering/svg/SVGInlineTextBox.cpp if (!fragmentTransform.isIdentity()) isIdentity 235 Source/core/rendering/svg/SVGInlineTextBox.cpp if (!fragmentTransform.isIdentity()) isIdentity 309 Source/core/rendering/svg/SVGInlineTextBox.cpp if (!fragmentTransform.isIdentity()) { isIdentity 736 Source/core/rendering/svg/SVGInlineTextBox.cpp if (!fragmentTransform.isIdentity()) isIdentity 129 Source/core/rendering/svg/SVGRenderTreeAsText.cpp if (transform.isIdentity()) isIdentity 275 Source/core/rendering/svg/SVGRenderTreeAsText.cpp if (!object.localTransform().isIdentity()) isIdentity 487 Source/core/rendering/svg/SVGRenderTreeAsText.cpp if (!gradientTransform.isIdentity()) isIdentity 544 Source/core/rendering/svg/SVGRenderTreeAsText.cpp if (!transform.isIdentity()) isIdentity 90 Source/core/rendering/svg/SVGTextFragment.h result = lengthAdjustTransform.isIdentity() ? transform : transform * lengthAdjustTransform; isIdentity 91 Source/core/rendering/svg/SVGTextFragment.h if (!result.isIdentity()) isIdentity 98 Source/core/rendering/svg/SVGTextFragment.h if (transform.isIdentity()) { isIdentity 106 Source/core/rendering/svg/SVGTextFragment.h if (!lengthAdjustTransform.isIdentity()) isIdentity 303 Source/core/rendering/svg/SVGTextLayoutEngine.cpp if (textBoxTransformation.isIdentity()) isIdentity 305 Source/core/rendering/svg/SVGTextLayoutEngine.cpp ASSERT(fragments[i].lengthAdjustTransform.isIdentity()); isIdentity 342 Source/core/rendering/svg/SVGTextQuery.cpp if (fragmentTransform.isIdentity()) isIdentity 389 Source/core/rendering/svg/SVGTextQuery.cpp if (fragmentTransform.isIdentity()) isIdentity 429 Source/core/rendering/svg/SVGTextQuery.cpp if (fragmentTransform.isIdentity()) isIdentity 438 Source/platform/graphics/GraphicsContext.cpp if (matrix.isIdentity()) isIdentity 636 Source/platform/graphics/GraphicsLayer.cpp if (!m_transform.isIdentity()) { isIdentity 72 Source/platform/transforms/AffineTransform.h bool isIdentity() const; isIdentity 40 Source/platform/transforms/IdentityTransformOperation.h virtual bool isIdentity() const OVERRIDE FINAL { return true; } isIdentity 48 Source/platform/transforms/InterpolatedTransformOperation.h virtual bool isIdentity() const OVERRIDE { return false; } isIdentity 43 Source/platform/transforms/Matrix3DTransformOperation.h virtual bool isIdentity() const OVERRIDE { return m_matrix.isIdentity(); } isIdentity 48 Source/platform/transforms/MatrixTransformOperation.h virtual bool isIdentity() const OVERRIDE { return m_a == 1 && !m_b && !m_c && m_d == 1 && !m_e && !m_f; } isIdentity 43 Source/platform/transforms/PerspectiveTransformOperation.h virtual bool isIdentity() const OVERRIDE { return !m_p; } isIdentity 50 Source/platform/transforms/RotateTransformOperation.h virtual bool isIdentity() const OVERRIDE { return !m_angle; } isIdentity 49 Source/platform/transforms/ScaleTransformOperation.h virtual bool isIdentity() const OVERRIDE { return m_x == 1 && m_y == 1 && m_z == 1; } isIdentity 43 Source/platform/transforms/SkewTransformOperation.h virtual bool isIdentity() const OVERRIDE { return !m_angleX && !m_angleY; } isIdentity 60 Source/platform/transforms/TransformOperation.h virtual bool isIdentity() const = 0; isIdentity 1338 Source/platform/transforms/TransformationMatrix.cpp if (from.isIdentity() && isIdentity()) isIdentity 1370 Source/platform/transforms/TransformationMatrix.cpp if (isIdentity()) { isIdentity 106 Source/platform/transforms/TransformationMatrix.h bool isIdentity() const isIdentity 54 Source/platform/transforms/TranslateTransformOperation.h virtual bool isIdentity() const OVERRIDE { return !floatValueForLength(m_x, 1) && !floatValueForLength(m_y, 1) && !m_z; } isIdentity 51 public/platform/WebTransformOperations.h virtual bool isIdentity() const = 0;