Searched refs:m_repaintCount (Results 1 – 2 of 2) sorted by relevance
274 m_repaintCount = 0; in reset()1797 if (m_repaintCount == cRepaintRectUnionThreshold) { in repaintContentRectangle()1804 if (m_repaintCount < cRepaintRectUnionThreshold) in repaintContentRectangle()1808 m_repaintCount++; in repaintContentRectangle()1926 m_repaintCount = 0; in doDeferredRepaints()1934 m_repaintCount = 0; in doDeferredRepaints()
508 unsigned m_repaintCount; variable