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

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayerClient.h 44 GraphicsLayerPaintForeground = (1 << 1),
49 GraphicsLayerPaintAll = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | GraphicsLayerPaintMask)
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp 648 m_foregroundLayer->setPaintingPhase(GraphicsLayerPaintForeground);
695 phase |= GraphicsLayerPaintForeground;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 768 phase.set(GraphicsLayerPaintForeground);
    [all...]

Completed in 64 milliseconds