RestoreGraphicsContext 85 Source/core/rendering/svg/SVGRenderingContext.cpp if (m_renderingFlags & RestoreGraphicsContext) RestoreGraphicsContext 106 Source/core/rendering/svg/SVGRenderingContext.cpp m_renderingFlags |= RestoreGraphicsContext; RestoreGraphicsContext 125 Source/core/rendering/svg/SVGRenderingContext.cpp if (!(m_renderingFlags & RestoreGraphicsContext)) { RestoreGraphicsContext 127 Source/core/rendering/svg/SVGRenderingContext.cpp m_renderingFlags |= RestoreGraphicsContext; RestoreGraphicsContext 105 Source/core/rendering/svg/SVGRenderingContext.h const static int ActionsNeeded = RestoreGraphicsContext | EndOpacityLayer | PostApplyResources;