Searched refs:GraphicsLayerPaintingPhase (Results 1 – 14 of 14) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayerClient.h | 42 enum GraphicsLayerPaintingPhase { enum 71 …virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, con…
|
D | GraphicsLayer.h | 285 GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; } in paintingPhase() 286 void setPaintingPhase(GraphicsLayerPaintingPhase phase) { m_paintingPhase = phase; } in setPaintingPhase() 411 GraphicsLayerPaintingPhase m_paintingPhase;
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.h | 132 …virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, con… 164 GraphicsLayerPaintingPhase paintingPhaseForPrimaryLayer() const; 192 … PaintBehavior paintBehavior, GraphicsLayerPaintingPhase, RenderObject* paintingRoot);
|
D | RenderLayerCompositor.h | 195 …virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, con…
|
D | RenderLayerBacking.cpp | 691 GraphicsLayerPaintingPhase RenderLayerBacking::paintingPhaseForPrimaryLayer() const in paintingPhaseForPrimaryLayer() 699 return static_cast<GraphicsLayerPaintingPhase>(phase); in paintingPhaseForPrimaryLayer() 1088 PaintBehavior paintBehavior, GraphicsLayerPaintingPhase paintingPhase, in paintIntoLayer() 1223 …(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase painting… in paintContents()
|
D | RenderLayerCompositor.cpp | 1626 …(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase, const I… argument
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/ |
D | LayerTreeHostCA.h | 72 …t WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const W…
|
D | LayerTreeHostCA.cpp | 173 …raphicsLayer* graphicsLayer, GraphicsContext& graphicsContext, GraphicsLayerPaintingPhase, const I… in paintContents() argument
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.cpp | 462 void set(GraphicsLayerPaintingPhase phase) in set() 467 void clear(GraphicsLayerPaintingPhase phase) in clear() 470 (GraphicsLayerPaintingPhase) (m_originalPhase & ~phase)); in clear() 474 GraphicsLayerPaintingPhase m_originalPhase;
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | MediaPlayerPrivateQuickTimeWin.h | 69 …virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, con…
|
D | MediaPlayerPrivateQuickTimeWin.cpp | 849 …:paintContents(const GraphicsLayer*, GraphicsContext& context, GraphicsLayerPaintingPhase, const I… in paintContents() argument
|
/external/webkit/Source/WebKit/win/ |
D | WebView.h | 962 …t WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const W…
|
D | WebView.cpp | 6462 …:paintContents(const GraphicsLayer*, GraphicsContext& context, GraphicsLayerPaintingPhase, const I… in paintContents() argument
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 69719 The enum values for GraphicsLayerPaintingPhase were renamed to avoid the
|