Home
last modified time | relevance | path

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

/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DOverlayConfig.cpp59 qgpiFpsLive = new OverlayPositionableItem(&s.os.qrfFps, true); in initDisplayFps()
60 qgpiFpsLive->setZValue(-2.0f); in initDisplayFps()
97 qgs.addItem(qgpiFpsLive); in initDisplay()
98 qgpiFpsLive->show(); in initDisplay()
124 qgpiFpsLive->setPixmap(bpFpsDemo.scaled(bpFpsDemo.size() * fViewScale)); in refreshFpsLive()
125 qgpiFpsLive->setOffset((-bpFpsDemo.qpBasePoint + QPoint(0, bpFpsDemo.iAscent)) * fViewScale); in refreshFpsLive()
127 qgpiFpsLive->setPixmap(QPixmap()); in refreshFpsLive()
129 qgpiFpsLive->setItemVisible(s.os.bFps); in refreshFpsLive()
568 qgpiFpsLive->updateRender(); in resizeScene()
H A DOverlayConfig.h38 OverlayPositionableItem *qgpiFpsLive; variable
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DOverlayConfig.cpp59 qgpiFpsLive = new OverlayPositionableItem(&s.os.qrfFps, true); in initDisplayFps()
60 qgpiFpsLive->setZValue(-2.0f); in initDisplayFps()
97 qgs.addItem(qgpiFpsLive); in initDisplay()
98 qgpiFpsLive->show(); in initDisplay()
124 qgpiFpsLive->setPixmap(bpFpsDemo.scaled(bpFpsDemo.size() * fViewScale)); in refreshFpsLive()
125 qgpiFpsLive->setOffset((-bpFpsDemo.qpBasePoint + QPoint(0, bpFpsDemo.iAscent)) * fViewScale); in refreshFpsLive()
127 qgpiFpsLive->setPixmap(QPixmap()); in refreshFpsLive()
129 qgpiFpsLive->setItemVisible(s.os.bFps); in refreshFpsLive()
568 qgpiFpsLive->updateRender(); in resizeScene()
H A DOverlayConfig.h38 OverlayPositionableItem *qgpiFpsLive; variable