Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayerPaintingInfo.h56 PaintLayerHaveTransparency = 1, enumerator
DRenderReplica.cpp88 …PaintLayerFlags flags = PaintLayerHaveTransparency | PaintLayerAppliedTransform | PaintLayerTempor… in paint()
DRenderLayer.cpp1917 paintFlags |= PaintLayerHaveTransparency; in paintLayer()
1928 if (paintFlags & PaintLayerHaveTransparency) { in paintLayer()
1983 bool haveTransparency = paintFlags & PaintLayerHaveTransparency; in paintLayerContents()