Home
last modified time | relevance | path

Searched refs:paintingPhase (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1088 PaintBehavior paintBehavior, GraphicsLayerPaintingPhase paintingPhase, in paintIntoLayer() argument
1118 if (shouldPaint && ((paintingPhase & GraphicsLayerPaintBackground) in paintIntoLayer()
1119 || (paintingPhase & GraphicsLayerPaintBackgroundDecorations))) { in paintIntoLayer()
1121 if (shouldPaint && (paintingPhase & GraphicsLayerPaintBackground)) { in paintIntoLayer()
1129 if (paintingPhase & GraphicsLayerPaintBackgroundDecorations) in paintIntoLayer()
1163 if (shouldPaint && (paintingPhase & GraphicsLayerPaintForeground)) { in paintIntoLayer()
1204 if (shouldPaint && (paintingPhase & GraphicsLayerPaintMask)) { in paintIntoLayer()
1235 …* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase paintingPhase, const IntRect… in paintIntoLayer() argument
1258 …paintIntoLayer(m_owningLayer, &context, dirtyRect, PaintBehaviorNormal, paintingPhase, renderer()); in paintIntoLayer()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h285 GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; } in paintingPhase() function
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp487 , m_originalPhase(layer->paintingPhase()) {} in PaintingPhase()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2969741 (WebCore::GraphicsLayer::paintingPhase):