Searched refs:paintFlags (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayer.cpp | 1502 …t& damageRect, PaintBehavior paintBehavior, RenderObject* paintingRoot, PaintLayerFlags paintFlags) in paint() argument 1505 if (shouldPaintLayerInSoftwareMode(paintingInfo, paintFlags)) in paint() 1506 paintLayer(context, paintingInfo, paintFlags); in paint() 1535 PaintLayerFlags paintFlags, BorderRadiusClippingRule rule) in clipToRect() argument 1553 … if (layer->needsCompositedScrolling() && !(paintFlags & PaintLayerPaintingChildClippingMaskPhase)) in clipToRect() 1585 static bool paintForFixedRootBackground(const RenderLayer* layer, PaintLayerFlags paintFlags) in paintForFixedRootBackground() argument 1587 …return layer->renderer()->isDocumentElement() && (paintFlags & PaintLayerPaintingRootBackgroundOnl… in paintForFixedRootBackground() 1590 static ShouldRespectOverflowClip shouldRespectOverflowClip(PaintLayerFlags paintFlags, const Render… in shouldRespectOverflowClip() argument 1592 …return (paintFlags & PaintLayerPaintingOverflowContents || (paintFlags & PaintLayerPaintingChildCl… in shouldRespectOverflowClip() 1595 …tLayer(GraphicsContext* context, const LayerPaintingInfo& paintingInfo, PaintLayerFlags paintFlags) in paintLayer() argument [all …]
|
D | RenderLayer.h | 562 bool shouldPaintLayerInSoftwareMode(const LayerPaintingInfo&, PaintLayerFlags paintFlags);
|