Searched refs:cRepaintRectUnionThreshold (Results 1 – 1 of 1) sorted by relevance
1778 const unsigned cRepaintRectUnionThreshold = 25; variable1797 if (m_repaintCount == cRepaintRectUnionThreshold) { in repaintContentRectangle()1799 for (unsigned i = 0; i < cRepaintRectUnionThreshold; ++i) in repaintContentRectangle()1804 if (m_repaintCount < cRepaintRectUnionThreshold) in repaintContentRectangle()