Searched refs:LayerPaintingInfo (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayer.h | 448 void paintLayer(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags); 505 … void paintLayerContentsAndReflection(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags); 506 …void paintLayerByApplyingTransform(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags, co… 507 void paintLayerContents(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags); 508 …void paintChildren(unsigned childrenToVisit, GraphicsContext*, const LayerPaintingInfo&, PaintLaye… 509 …aginatedChildLayer(RenderLayer* childLayer, GraphicsContext*, const LayerPaintingInfo&, PaintLayer… 510 …ldLayerIntoColumns(RenderLayer* childLayer, GraphicsContext*, const LayerPaintingInfo&, PaintLayer… 515 …void updatePaintingInfoForFragments(LayerFragments&, const LayerPaintingInfo&, PaintLayerFlags, bo… 517 …ayoutRect& transparencyPaintDirtyRect, bool haveTransparency, const LayerPaintingInfo&, PaintBehav… 519 …ayoutRect& transparencyPaintDirtyRect, bool haveTransparency, const LayerPaintingInfo&, PaintBehav… [all …]
|
D | LayerPaintingInfo.h | 74 struct LayerPaintingInfo { struct 75 LayerPaintingInfo(RenderLayer* inRootLayer, const LayoutRect& inDirtyRect,
|
D | RenderLayerReflectionInfo.h | 70 void paint(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags);
|
D | RenderReplica.cpp | 87 …LayerPaintingInfo paintingInfo(rootPaintingLayer, paintInfo.rect, PaintBehaviorNormal, LayoutSize(… in paint()
|
D | RenderLayer.cpp | 1783 …LayerPaintingInfo paintingInfo(this, enclosingIntRect(damageRect), paintBehavior, LayoutSize(), pa… in paint() 1796 …LayerPaintingInfo paintingInfo(this, enclosingIntRect(damageRect), paintBehavior, LayoutSize(), pa… in paintOverlayScrollbars() 1886 void RenderLayer::paintLayer(GraphicsContext* context, const LayerPaintingInfo& paintingInfo, Paint… in paintLayer() 1964 void RenderLayer::paintLayerContentsAndReflection(GraphicsContext* context, const LayerPaintingInfo… in paintLayerContentsAndReflection() 1978 void RenderLayer::paintLayerContents(GraphicsContext* context, const LayerPaintingInfo& paintingInf… in paintLayerContents() 2064 LayerPaintingInfo localPaintingInfo(paintingInfo); in paintLayerContents() 2195 void RenderLayer::paintLayerByApplyingTransform(GraphicsContext* context, const LayerPaintingInfo& … in paintLayerByApplyingTransform() 2212 …LayerPaintingInfo transformedPaintingInfo(this, enclosingIntRect(transform.inverse().mapRect(paint… in paintLayerByApplyingTransform() 2217 …tChildren(unsigned childrenToVisit, GraphicsContext* context, const LayerPaintingInfo& paintingInf… in paintChildren() 2313 void RenderLayer::updatePaintingInfoForFragments(LayerFragments& fragments, const LayerPaintingInfo… in updatePaintingInfoForFragments() [all …]
|
D | RenderLayerReflectionInfo.cpp | 132 void RenderLayerReflectionInfo::paint(GraphicsContext* context, const LayerPaintingInfo& paintingIn… in paint()
|
D | CompositedLayerMapping.cpp | 1856 …LayerPaintingInfo paintingInfo(paintInfo.renderLayer, dirtyRect, PaintBehaviorNormal, LayoutSize()… in doPaintTask() 1865 …LayerPaintingInfo paintingInfo(paintInfo.renderLayer, dirtyRect, PaintBehaviorNormal, LayoutSize()… in doPaintTask()
|
/external/chromium_org/tools/telemetry/unittest_data/ |
D | perf_report_output.txt | 2073 …ment, 1ul> const&, WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsi… 2075 …ment, 1ul> const&, WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsi… 2153 …paintLayerContents(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsi… 2155 …paintLayerContents(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsi… 2317 …ment, 1ul> const&, WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsi… 2319 …ment, 1ul> const&, WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsi…
|