Searched refs:paintsWithTransparency (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.h465 bool paintsWithTransparency(PaintBehavior paintBehavior) const function in class:WebCore::RenderLayer
H A DRenderLayer.cpp981 if (p->paintingDisabled() || (paintsWithTransparency(paintBehavior) && m_usedTransparency))
988 if (paintsWithTransparency(paintBehavior)) {
2600 if (paintsWithTransparency(paintBehavior))

Completed in 71 milliseconds