PaintLayerFlags 1845 Source/core/rendering/RenderLayer.cpp void RenderLayer::paint(GraphicsContext* context, const LayoutRect& damageRect, PaintBehavior paintBehavior, RenderObject* paintingRoot, PaintLayerFlags paintFlags) PaintLayerFlags 1947 Source/core/rendering/RenderLayer.cpp static bool paintForFixedRootBackground(const RenderLayer* layer, PaintLayerFlags paintFlags) PaintLayerFlags 1952 Source/core/rendering/RenderLayer.cpp void RenderLayer::paintLayer(GraphicsContext* context, const LayerPaintingInfo& paintingInfo, PaintLayerFlags paintFlags) PaintLayerFlags 2033 Source/core/rendering/RenderLayer.cpp void RenderLayer::paintLayerContentsAndReflection(GraphicsContext* context, const LayerPaintingInfo& paintingInfo, PaintLayerFlags paintFlags) PaintLayerFlags 2037 Source/core/rendering/RenderLayer.cpp PaintLayerFlags localPaintFlags = paintFlags & ~(PaintLayerAppliedTransform); PaintLayerFlags 2047 Source/core/rendering/RenderLayer.cpp void RenderLayer::paintLayerContents(GraphicsContext* context, const LayerPaintingInfo& paintingInfo, PaintLayerFlags paintFlags) PaintLayerFlags 2265 Source/core/rendering/RenderLayer.cpp void RenderLayer::paintLayerByApplyingTransform(GraphicsContext* context, const LayerPaintingInfo& paintingInfo, PaintLayerFlags paintFlags, const LayoutPoint& translationOffset) PaintLayerFlags 2290 Source/core/rendering/RenderLayer.cpp void RenderLayer::paintChildren(unsigned childrenToVisit, GraphicsContext* context, const LayerPaintingInfo& paintingInfo, PaintLayerFlags paintFlags) PaintLayerFlags 2386 Source/core/rendering/RenderLayer.cpp void RenderLayer::updatePaintingInfoForFragments(LayerFragments& fragments, const LayerPaintingInfo& localPaintingInfo, PaintLayerFlags localPaintFlags, PaintLayerFlags 2400 Source/core/rendering/RenderLayer.cpp void RenderLayer::paintTransformedLayerIntoFragments(GraphicsContext* context, const LayerPaintingInfo& paintingInfo, PaintLayerFlags paintFlags) PaintLayerFlags 2599 Source/core/rendering/RenderLayer.cpp void RenderLayer::paintPaginatedChildLayer(RenderLayer* childLayer, GraphicsContext* context, const LayerPaintingInfo& paintingInfo, PaintLayerFlags paintFlags) PaintLayerFlags 2621 Source/core/rendering/RenderLayer.cpp PaintLayerFlags paintFlags, const Vector<RenderLayer*>& columnLayers, size_t colIndex) PaintLayerFlags 273 Source/core/rendering/RenderLayer.h void paint(GraphicsContext*, const LayoutRect& damageRect, PaintBehavior = PaintBehaviorNormal, RenderObject* paintingRoot = 0, PaintLayerFlags = 0); PaintLayerFlags 464 Source/core/rendering/RenderLayer.h void paintLayer(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags); PaintLayerFlags 515 Source/core/rendering/RenderLayer.h void paintLayerContents(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags); PaintLayerFlags 586 Source/core/rendering/RenderLayer.h void paintLayerContentsAndReflection(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags); PaintLayerFlags 587 Source/core/rendering/RenderLayer.h void paintLayerByApplyingTransform(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags, const LayoutPoint& translationOffset = LayoutPoint()); PaintLayerFlags 588 Source/core/rendering/RenderLayer.h void paintChildren(unsigned childrenToVisit, GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags); PaintLayerFlags 589 Source/core/rendering/RenderLayer.h void paintPaginatedChildLayer(RenderLayer* childLayer, GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags); PaintLayerFlags 590 Source/core/rendering/RenderLayer.h void paintChildLayerIntoColumns(RenderLayer* childLayer, GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags, const Vector<RenderLayer*>& columnLayers, size_t columnIndex); PaintLayerFlags 596 Source/core/rendering/RenderLayer.h void updatePaintingInfoForFragments(LayerFragments&, const LayerPaintingInfo&, PaintLayerFlags, bool shouldPaintContent, const LayoutPoint* offsetFromRoot); PaintLayerFlags 607 Source/core/rendering/RenderLayer.h void paintTransformedLayerIntoFragments(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags); PaintLayerFlags 132 Source/core/rendering/RenderLayerReflectionInfo.cpp void RenderLayerReflectionInfo::paint(GraphicsContext* context, const LayerPaintingInfo& paintingInfo, PaintLayerFlags flags) PaintLayerFlags 70 Source/core/rendering/RenderLayerReflectionInfo.h void paint(GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags); PaintLayerFlags 89 Source/core/rendering/RenderReplica.cpp PaintLayerFlags flags = PaintLayerHaveTransparency | PaintLayerAppliedTransform | PaintLayerTemporaryClipRects | PaintLayerPaintingReflection; PaintLayerFlags 1892 Source/core/rendering/compositing/CompositedLayerMapping.cpp PaintLayerFlags paintFlags = 0;