Home
last modified time | relevance | path

Searched refs:paintFlags (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderLayer.cpp2188 PaintLayerFlags paintFlags) in paintLayer() argument
2195 paintFlags |= PaintLayerTemporaryClipRects; in paintLayer()
2196 …else if (!backing()->paintingGoesToWindow() && !shouldDoSoftwarePaint(this, paintFlags & PaintLaye… in paintLayer()
2214 paintFlags |= PaintLayerHaveTransparency; in paintLayer()
2217 if (paintsWithTransform(paintBehavior) && !(paintFlags & PaintLayerAppliedTransform)) { in paintLayer()
2225 if (paintFlags & PaintLayerHaveTransparency) in paintLayer()
2231 clipRect = backgroundClipRect(rootLayer, paintFlags & PaintLayerTemporaryClipRects); in paintLayer()
2251 …ect(paintDirtyRect), paintBehavior, paintingRoot, overlapTestRequests, paintFlags | PaintLayerAppl… in paintLayer()
2261 PaintLayerFlags localPaintFlags = paintFlags & ~PaintLayerAppliedTransform; in paintLayer()
DRenderLayer.h487 PaintLayerFlags paintFlags = 0);