Home
last modified time | relevance | path

Searched refs:GraphicsLayerPaintMask (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayerClient.h45 GraphicsLayerPaintMask = (1 << 2), enumerator
49 …erPaintAll = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | GraphicsLayerPaintMask)
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp675 m_maskLayer->setPaintingPhase(GraphicsLayerPaintMask); in updateMaskLayer()
697 phase |= GraphicsLayerPaintMask; in paintingPhaseForPrimaryLayer()
1204 if (shouldPaint && (paintingPhase & GraphicsLayerPaintMask)) { in paintIntoLayer()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2969720 confusion with "mask", and a new value, GraphicsLayerPaintMask, was added which