Home
last modified time | relevance | path

Searched defs:paintingPhase (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1088 PaintBehavior paintBehavior, GraphicsLayerPaintingPhase paintingPhase, in paintIntoLayer()
1223 …GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase paintingPhase, … in paintContents()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h285 GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; } in paintingPhase() function