Home
last modified time | relevance | path

Searched refs:GraphicsLayerPaintingPhase (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayerClient.h42 enum GraphicsLayerPaintingPhase { enum
71 …virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, con…
DGraphicsLayer.h285 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/
DRenderLayerBacking.h132 …virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, con…
164 GraphicsLayerPaintingPhase paintingPhaseForPrimaryLayer() const;
192 … PaintBehavior paintBehavior, GraphicsLayerPaintingPhase, RenderObject* paintingRoot);
DRenderLayerCompositor.h195 …virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, con…
DRenderLayerBacking.cpp691 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()
DRenderLayerCompositor.cpp1626 …(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase, const I… argument
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
DLayerTreeHostCA.h72 …t WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const W…
DLayerTreeHostCA.cpp173 …raphicsLayer* graphicsLayer, GraphicsContext& graphicsContext, GraphicsLayerPaintingPhase, const I… in paintContents() argument
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp462 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/
DMediaPlayerPrivateQuickTimeWin.h69 …virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, con…
DMediaPlayerPrivateQuickTimeWin.cpp849 …:paintContents(const GraphicsLayer*, GraphicsContext& context, GraphicsLayerPaintingPhase, const I… in paintContents() argument
/external/webkit/Source/WebKit/win/
DWebView.h962 …t WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const W…
DWebView.cpp6462 …:paintContents(const GraphicsLayer*, GraphicsContext& context, GraphicsLayerPaintingPhase, const I… in paintContents() argument
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2969719 The enum values for GraphicsLayerPaintingPhase were renamed to avoid the