HomeSort by relevance Sort by last modified time
    Searched refs:paintsWithTransparency (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderLayer.h 447 bool paintsWithTransparency(PaintBehavior paintBehavior) const
RenderLayer.cpp 832 if (p->paintingDisabled() || (paintsWithTransparency(paintBehavior) && m_usedTransparency))
839 if (paintsWithTransparency(paintBehavior)) {
    [all...]

Completed in 39 milliseconds