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

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayerClient.h 42 enum GraphicsLayerPaintingPhase {
74 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
GraphicsLayer.h 285 GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; }
286 void setPaintingPhase(GraphicsLayerPaintingPhase phase) { m_paintingPhase = phase; }
411 GraphicsLayerPaintingPhase m_paintingPhase;
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 132 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip);
164 GraphicsLayerPaintingPhase paintingPhaseForPrimaryLayer() const;
192 PaintBehavior paintBehavior, GraphicsLayerPaintingPhase, RenderObject* paintingRoot);
RenderLayerCompositor.h 195 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect&);
RenderLayerBacking.cpp 691 GraphicsLayerPaintingPhase RenderLayerBacking::paintingPhaseForPrimaryLayer() const
699 return static_cast<GraphicsLayerPaintingPhase>(phase);
    [all...]
RenderLayerCompositor.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.h 72 virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::IntRect& clipRect);
LayerTreeHostCA.cpp 173 void LayerTreeHostCA::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& graphicsContext, GraphicsLayerPaintingPhase, const IntRect& clipRect)
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 69 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip);
MediaPlayerPrivateQuickTimeWin.cpp 849 void MediaPlayerPrivate::paintContents(const GraphicsLayer*, GraphicsContext& context, GraphicsLayerPaintingPhase, const IntRect&)
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 494 void set(GraphicsLayerPaintingPhase phase)
499 void clear(GraphicsLayerPaintingPhase phase)
502 (GraphicsLayerPaintingPhase) (m_originalPhase & ~phase));
506 GraphicsLayerPaintingPhase m_originalPhase;
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.h     [all...]
WebView.cpp     [all...]

Completed in 207 milliseconds