HomeSort by relevance Sort by last modified time
    Searched refs:setPaintingPhase (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 265 void setPaintingPhase(GraphicsLayerPaintingPhase phase) { m_paintingPhase = phase; }
  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp 450 m_foregroundLayer->setPaintingPhase(GraphicsLayerPaintForeground);
460 m_graphicsLayer->setPaintingPhase(paintingPhaseForPrimaryLayer());
475 m_maskLayer->setPaintingPhase(GraphicsLayerPaintMask);
484 m_graphicsLayer->setPaintingPhase(paintingPhaseForPrimaryLayer());
    [all...]

Completed in 392 milliseconds