Home
last modified time | relevance | path

Searched refs:dataProgress (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/raylib/raylib-3.7.0/examples/core/
H A Dcore_loading_thread.c28 static int dataProgress = 0; // Data progress accumulator variable
80 dataProgress = 0; in main()
99 DrawRectangle(150, 200, dataProgress, 60, SKYBLUE); in main()
140 dataProgress = timeCounter/10; in LoadDataThread()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/overview/
H A Doverview_layout.h132 virtual float64 dataProgress() const = 0;
224 float64 dataProgress() const override;
277 float64 dataProgress() const override;
313 float64 dataProgress() const override;
355 float64 dataProgress() const override;
H A Doverview_layout.cpp241 return _radial->update(dataProgress(), dataFinished(), now); in radialAnimationCallback()
444 _radial->start(dataProgress()); in paint()
554 float64 Video::dataProgress() const { in dataProgress() function in Overview::Layout::Video
659 _radial->start(dataProgress()); in paint()
854 float64 Voice::dataProgress() const { in dataProgress() function in Overview::Layout::Voice
1000 _radial->start(dataProgress()); in paint()
1374 float64 Document::dataProgress() const { in dataProgress() function in Overview::Layout::Document
1981 _radial->start(dataProgress()); in paint()
2079 float64 Gif::dataProgress() const { in dataProgress() function in Overview::Layout::Gif
/dports/net/yate/yate-6.4.0-1/modules/qt4/
H A Dupdater.h68 void dataProgress(int done, int total);
H A Dupdater.cpp438 connect(h,SIGNAL(dataReadProgress(int,int)),this,SLOT(dataProgress(int,int))); in http()
443 void QtUpdateHttp::dataProgress(int done, int total) in dataProgress() function in __anonabc0df7b0111::QtUpdateHttp
/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/
H A Dupdaterdialog.h71 void dataProgress(int);
H A Dupdaterdialog.cpp542 connect(httpGetFile, SIGNAL(dataProgress(int)), this, SLOT(dataProgress(int))); in buttonUpdate()
583 void UpdaterDialog::dataProgress(int precent) in dataProgress() function in UpdaterDialog
H A Djulyhttp.h148 void dataProgress(int);
H A Djulyhttp.cpp529 emit dataProgress(static_cast<int>(100 * bytesDone / contentLength)); in readSocket()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/media/
H A Dhistory_view_theme_document.h56 float64 dataProgress() const override;
H A Dhistory_view_file.h93 virtual float64 dataProgress() const = 0;
H A Dhistory_view_theme_document.cpp172 _animation->radial.start(dataProgress()); in draw()
349 float64 ThemeDocument::dataProgress() const { in dataProgress() function in HistoryView::ThemeDocument
H A Dhistory_view_photo.h96 float64 dataProgress() const override;
H A Dhistory_view_file.cpp90 dataProgress(), in radialAnimationCallback()
H A Dhistory_view_document.h92 float64 dataProgress() const override;
H A Dhistory_view_gif.h120 float64 dataProgress() const override;
H A Dhistory_view_gif.cpp334 _animation->radial.start(dataProgress()); in draw()
948 _animation->radial.start(dataProgress()); in drawGrouped()
1511 float64 Gif::dataProgress() const { in dataProgress() function in HistoryView::Gif
H A Dhistory_view_document.cpp167 float64 Document::dataProgress() const { in dataProgress() function in HistoryView::Document
344 _animation->radial.start(dataProgress()); in draw()
H A Dhistory_view_photo.cpp606 float64 Photo::dataProgress() const { in dataProgress() function in HistoryView::Photo
/dports/math/vtk8/VTK-8.2.0/IO/XML/
H A DvtkXMLDataReader.cxx542 float dataProgress = this->XMLParser->GetProgress(); in DataProgressCallback() local
543 float progress = this->ProgressRange[0] + dataProgress*width; in DataProgressCallback()
/dports/math/vtk9/VTK-9.1.0/IO/XML/
H A DvtkXMLDataReader.cxx531 float dataProgress = this->XMLParser->GetProgress(); in DataProgressCallback() local
532 float progress = this->ProgressRange[0] + dataProgress * width; in DataProgressCallback()
/dports/math/vtk6/VTK-6.2.0/IO/XML/
H A DvtkXMLDataReader.cxx725 float dataProgress = this->XMLParser->GetProgress(); in DataProgressCallback() local
726 float progress = this->ProgressRange[0] + dataProgress*width; in DataProgressCallback()
/dports/graphics/qgis/qgis-3.22.3/python/qsci_apis/
H A DPyQGIS-2.0.api1238 qgis.core.QgsHttpTransaction.dataProgress?4(int, int)
H A DPyQGIS-2.2.api1311 qgis.core.QgsHttpTransaction.dataProgress?4(int, int)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/qsci_apis/
H A DPyQGIS-2.0.api1238 qgis.core.QgsHttpTransaction.dataProgress?4(int, int)

12