paintsWithTransform 1322 Source/core/rendering/RenderLayer.cpp     if (rootLayer != layer && ((transparencyBehavior == PaintingTransparencyClipBox && layer->paintsWithTransform(paintBehavior))
paintsWithTransform 1989 Source/core/rendering/RenderLayer.cpp     if (paintsWithTransform(paintingInfo.paintBehavior) && !(paintFlags & PaintLayerAppliedTransform)) {
paintsWithTransform 3441 Source/core/rendering/RenderLayer.cpp     bool shouldIncludeTransform = paintsWithTransform(PaintBehaviorNormal) || (transform() && flags & PretendLayerHasOwnBacking);
paintsWithTransform 3642 Source/core/rendering/RenderLayer.cpp     if (paintsWithTransform(PaintBehaviorNormal))
paintsWithTransform  387 Source/core/rendering/RenderLayer.h     bool paintsWithTransform(PaintBehavior) const;