Home
last modified time | relevance | path

Searched refs:PaintLayerAppliedTransform (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayerPaintingInfo.h57 PaintLayerAppliedTransform = 1 << 1, enumerator
DRenderReplica.cpp88 …PaintLayerFlags flags = PaintLayerHaveTransparency | PaintLayerAppliedTransform | PaintLayerTempor… in paint()
DRenderLayer.cpp1920 …f (paintsWithTransform(paintingInfo.paintBehavior) && !(paintFlags & PaintLayerAppliedTransform)) { in paintLayer()
1968 PaintLayerFlags localPaintFlags = paintFlags & ~(PaintLayerAppliedTransform); in paintLayerContentsAndReflection()
1981 ASSERT(!(paintFlags & PaintLayerAppliedTransform)); in paintLayerContents()