Home | History | Annotate | Download | only in qt

Lines Matching full:animationisrunning

152     void adjustCachingRecursively(bool animationIsRunning);
268 void GraphicsLayerQtImpl::adjustCachingRecursively(bool animationIsRunning)
278 layer->setCacheMode(animationIsRunning ? QGraphicsItem::ItemCoordinateCache : QGraphicsItem::DeviceCoordinateCache);