Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/qt/
DPathQt.cpp74 Qt::FillRule savedRule = m_path.fillRule(); in contains() local
79 const_cast<QPainterPath*>(&m_path)->setFillRule(savedRule); in contains()