Searched refs:GraphicsLayerPaintForeground (Results 1 – 3 of 3) sorted by relevance
43 GraphicsLayerPaintForeground = (1 << 1), enumerator48 …yerPaintAllWithOverflowClip = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | Graph…
724 if (paintingPhase() & GraphicsLayerPaintForeground) { in dumpProperties()
1135 m_foregroundLayer->setPaintingPhase(GraphicsLayerPaintForeground); in updateForegroundLayer()1237 paintPhase |= GraphicsLayerPaintForeground; in updateScrollingLayers()1342 phase |= GraphicsLayerPaintForeground; in paintingPhaseForPrimaryLayer()1347 phase &= ~GraphicsLayerPaintForeground; in paintingPhaseForPrimaryLayer()1818 if (paintInfo.paintingPhase & GraphicsLayerPaintForeground) in doPaintTask()