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

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 286 void setPaintingPhase(GraphicsLayerPaintingPhase phase) { m_paintingPhase = phase; }
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp 648 m_foregroundLayer->setPaintingPhase(GraphicsLayerPaintForeground);
660 m_graphicsLayer->setPaintingPhase(paintingPhaseForPrimaryLayer());
675 m_maskLayer->setPaintingPhase(GraphicsLayerPaintMask);
686 m_graphicsLayer->setPaintingPhase(paintingPhaseForPrimaryLayer());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 491 m_layer->setPaintingPhase(m_originalPhase);
496 m_layer->setPaintingPhase(phase);
501 m_layer->setPaintingPhase(
    [all...]

Completed in 255 milliseconds