Searched refs:GraphicsLayerPaintMask (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayerClient.h45 GraphicsLayerPaintMask = (1 << 2), enumerator in enum:WebCore::GraphicsLayerPaintingPhase
49 GraphicsLayerPaintAll = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | GraphicsLayerPaintMask)
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp675 m_maskLayer->setPaintingPhase(GraphicsLayerPaintMask);
697 phase |= GraphicsLayerPaintMask;
1204 if (shouldPaint && (paintingPhase & GraphicsLayerPaintMask)) {

Completed in 45 milliseconds