Home
last modified time | relevance | path

Searched refs:countTime (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/libgltf/libgltf-0.0.2/src/
H A DFPSCounter.cpp84 static int countTime = 0; variable
118 countTime++; in printFPS()
119 if (countTime >= AUTO_CLOSE_TIME) in printFPS()
/dports/graphics/ipe/ipe-7.2.23/src/ipepresenter/
H A Dtimelabel_qt.cpp39 connect(timer, SIGNAL(timeout()), this, SLOT(countTime())); in TimeLabel()
43 void TimeLabel::countTime() in countTime() function in TimeLabel
H A Dtimelabel_qt.h57 void countTime();
H A Dipepresenter_qt.cpp189 IpeAction* countTime = new IpeAction(EToggleTimeCounting, "Count time", "T", this); in MainWindow() local
190 countTime->setCheckable(true); in MainWindow()
191 iTimeMenu->addAction(countTime); in MainWindow()
H A Dipepresenter_cocoa.cpp402 } else if (item.action == @selector(countTime:)) {
489 - (void) countTime:(id) sender
/dports/games/bubble-chains/bubble-chains-0.2.0/
H A Dgamescene.h76 void countTime();
H A Dgamescene.cpp92 connect(timeTimer, SIGNAL(timeout()), this, SLOT(countTime())); in GameScene()
1495 void GameScene::countTime() in countTime() function in GameScene
/dports/biology/py-deeptools/deepTools-3.5.1/deeptools/
H A DcomputeGCBias.py345 countTime = time.time()
380 index, index / (endTime - countTime),
388 index, index / (endTime - countTime),
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/workben/
H A Dvcldemo.cxx102 countTime(0) in RegionRenderer()
120 int countTime; member
1651 double avgtime = maRenderers[i]->sumTime / maRenderers[i]->countTime; in getAndResetBenchmark()
1656 maRenderers[i]->countTime, maRenderers[i]->getTestRepeatCount(), in getAndResetBenchmark()
1659 maRenderers[i]->countTime = 0; in getAndResetBenchmark()
1679 maRenderers[i]->countTime++; in addTime()
/dports/games/xdeblock/xdeblo_v1.0/
H A Dgamemain.c488 void countTime(void) in countTime() function
541 countTime(); in eventLoop()
H A Ddialog.c396 countTime(); in hiScoreDLG()
H A Dmain.c559 countTime(); in titleLoop()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/workben/
H A Dvcldemo.cxx112 countTime(0) in RegionRenderer()
130 int countTime; member
1661 double avgtime = maRenderers[i]->sumTime / maRenderers[i]->countTime; in getAndResetBenchmark()
1666 maRenderers[i]->countTime, maRenderers[i]->getTestRepeatCount(), in getAndResetBenchmark()
1669 maRenderers[i]->countTime = 0; in getAndResetBenchmark()
1689 maRenderers[i]->countTime++; in addTime()
/dports/games/scummvm/scummvm-2.5.1/engines/hadesch/
H A Dvideo.cpp1102 int32 countTime = g_vm->getCurrentTime(); in playSubtitles() local
1108 countTime += delay * MAX<uint>(l.line.size(), 20); in playSubtitles()
1109 l.maxTime = countTime; in playSubtitles()
/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.cpp3093 time_t countTime; in decode_Rain() local
3095 getMidnight(countTime, midnightTime); in decode_Rain()
3108 int pastSeconds = (int)(rowtime - countTime); in decode_Rain()
3113 countTime = rowtime; in decode_Rain()