Home | History | Annotate | Download | only in rendering

Lines Matching refs:cLowQualityTimeThreshold

49 static const double cLowQualityTimeThreshold = 0.500; // 500 ms
81 m_highQualityRepaintTimer.startOneShot(cLowQualityTimeThreshold);
168 data->setUseLowQualityScale(newTime - data->lastPaintTime() < cLowQualityTimeThreshold);