Searched refs:paintingPhase (Results 1 – 4 of 4) sorted by relevance
717 if ((flags & LayerTreeIncludesPaintingPhases) && paintingPhase()) { in dumpProperties()720 if (paintingPhase() & GraphicsLayerPaintBackground) { in dumpProperties()724 if (paintingPhase() & GraphicsLayerPaintForeground) { in dumpProperties()728 if (paintingPhase() & GraphicsLayerPaintMask) { in dumpProperties()732 if (paintingPhase() & GraphicsLayerPaintChildClippingMask) { in dumpProperties()736 if (paintingPhase() & GraphicsLayerPaintOverflowContents) { in dumpProperties()740 if (paintingPhase() & GraphicsLayerPaintCompositedScroll) { in dumpProperties()
214 GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; } in paintingPhase() function
1816 if (paintInfo.paintingPhase & GraphicsLayerPaintBackground) in doPaintTask()1818 if (paintInfo.paintingPhase & GraphicsLayerPaintForeground) in doPaintTask()1820 if (paintInfo.paintingPhase & GraphicsLayerPaintMask) in doPaintTask()1822 if (paintInfo.paintingPhase & GraphicsLayerPaintChildClippingMask) in doPaintTask()1824 if (paintInfo.paintingPhase & GraphicsLayerPaintOverflowContents) in doPaintTask()1826 if (paintInfo.paintingPhase & GraphicsLayerPaintCompositedScroll) in doPaintTask()1847 if (!(paintInfo.paintingPhase & GraphicsLayerPaintOverflowContents)) in doPaintTask()1890 …* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase paintingPhase, const IntRect… in paintContents() argument1909 paintInfo.paintingPhase = paintingPhase; in paintContents()2122 paintInfo.paintingPhase = GraphicsLayerPaintAllWithOverflowClip; in addRenderLayerToSquashingGraphicsLayer()
61 GraphicsLayerPaintingPhase paintingPhase; member