Searched refs:paintingInfo (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayer.cpp | 1783 …LayerPaintingInfo paintingInfo(this, enclosingIntRect(damageRect), paintBehavior, LayoutSize(), pa… in paint() local 1784 paintLayer(context, paintingInfo, paintFlags); in paint() 1796 …LayerPaintingInfo paintingInfo(this, enclosingIntRect(damageRect), paintBehavior, LayoutSize(), pa… in paintOverlayScrollbars() local 1797 paintLayer(context, paintingInfo, PaintLayerPaintingOverlayScrollbars); in paintOverlayScrollbars() 1886 void RenderLayer::paintLayer(GraphicsContext* context, const LayerPaintingInfo& paintingInfo, Paint… in paintLayer() argument 1891 …if (context->updatingControlTints() || (paintingInfo.paintBehavior & PaintBehaviorFlattenCompositi… in paintLayer() 1916 if (paintsWithTransparency(paintingInfo.paintBehavior)) in paintLayer() 1920 …if (paintsWithTransform(paintingInfo.paintBehavior) && !(paintFlags & PaintLayerAppliedTransform))… in paintLayer() 1921 TransformationMatrix layerTransform = renderableTransform(paintingInfo.paintBehavior); in paintLayer() 1930 …parent()->beginTransparencyLayers(context, paintingInfo.rootLayer, paintingInfo.paintDirtyRect, pa… in paintLayer() [all …]
|
D | RenderReplica.cpp | 87 …LayerPaintingInfo paintingInfo(rootPaintingLayer, paintInfo.rect, PaintBehaviorNormal, LayoutSize(… in paint() local 89 layer()->parent()->paintLayer(paintInfo.context, paintingInfo, flags); in paint()
|
D | RenderLayerReflectionInfo.cpp | 132 …lectionInfo::paint(GraphicsContext* context, const LayerPaintingInfo& paintingInfo, PaintLayerFlag… in paint() argument 139 reflectionLayer()->paintLayer(context, paintingInfo, flags); in paint()
|
D | CompositedLayerMapping.cpp | 1856 …LayerPaintingInfo paintingInfo(paintInfo.renderLayer, dirtyRect, PaintBehaviorNormal, LayoutSize()… in doPaintTask() local 1857 paintInfo.renderLayer->paintLayerContents(context, paintingInfo, paintFlags); in doPaintTask() 1862 …paintInfo.renderLayer->paintLayerContents(context, paintingInfo, paintFlags | PaintLayerPaintingOv… in doPaintTask() 1865 …LayerPaintingInfo paintingInfo(paintInfo.renderLayer, dirtyRect, PaintBehaviorNormal, LayoutSize()… in doPaintTask() local 1866 paintInfo.renderLayer->paintLayer(context, paintingInfo, paintFlags); in doPaintTask()
|