PaintLayerAppliedTransform 1989 Source/core/rendering/RenderLayer.cpp if (paintsWithTransform(paintingInfo.paintBehavior) && !(paintFlags & PaintLayerAppliedTransform)) { PaintLayerAppliedTransform 2037 Source/core/rendering/RenderLayer.cpp PaintLayerFlags localPaintFlags = paintFlags & ~(PaintLayerAppliedTransform); PaintLayerAppliedTransform 2050 Source/core/rendering/RenderLayer.cpp ASSERT(!(paintFlags & PaintLayerAppliedTransform)); PaintLayerAppliedTransform 89 Source/core/rendering/RenderReplica.cpp PaintLayerFlags flags = PaintLayerHaveTransparency | PaintLayerAppliedTransform | PaintLayerTemporaryClipRects | PaintLayerPaintingReflection;