Home
last modified time | relevance | path

Searched refs:DoProgress (Results 1 – 25 of 56) sorted by relevance

123

/dports/print/photoprint/photoprint-0.4.2-pre2/support/
H A Dprogress.h27 virtual bool DoProgress() in DoProgress() function
30 return(DoProgress(current,max)); in DoProgress()
32 virtual bool DoProgress(int i, int maxi) in DoProgress() function
H A Dprogressthread.h16 virtual bool DoProgress() in DoProgress() function
20 virtual bool DoProgress(int i, int maxi) in DoProgress() function
H A Dprogresstext.h35 virtual bool DoProgress(int i, int maxi) in DoProgress() function
37 Progress::DoProgress(i,maxi); in DoProgress()
/dports/devel/fpc-fcl-web/fpc-3.2.2/packages/fcl-web/examples/httpclient/
H A Dhttpget.pas20 procedure DoProgress(Sender: TObject; Const ContentLength, CurrentPos : Int64); procedure
39 procedure TTestApp.DoProgress(Sender: TObject; const ContentLength, CurrentPos: Int64); procedure
100 OnDataReceived:=@DoProgress;
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-web/examples/httpclient/
H A Dhttpget.pas20 procedure DoProgress(Sender: TObject; Const ContentLength, CurrentPos : Int64); procedure
39 procedure TTestApp.DoProgress(Sender: TObject; const ContentLength, CurrentPos: Int64); procedure
100 OnDataReceived:=@DoProgress;
/dports/print/photoprint/photoprint-0.4.2-pre2/miscwidgets/
H A Dprogressbar.cpp81 DoProgress(0,1); in ProgressBar()
93 bool ProgressBar::DoProgress(int i,int maxi) in DoProgress() function in ProgressBar
95 Progress::DoProgress(i,maxi); in DoProgress()
H A Dprogressspinner.h16 bool DoProgress(int i,int maxi) in DoProgress() function
H A Dprogressbar.h14 bool DoProgress(int i,int maxi);
/dports/textproc/kibana7/nan-2.15.0/test/cpp/
H A Dasyncprogressqueueworker.cpp46 NAN_METHOD(DoProgress) { in NAN_METHOD() argument
58 , GetFunction(New<v8::FunctionTemplate>(DoProgress)).ToLocalChecked()); in NAN_MODULE_INIT()
H A Dasyncprogressworker.cpp51 NAN_METHOD(DoProgress) { in NAN_METHOD() argument
64 , GetFunction(New<v8::FunctionTemplate>(DoProgress)).ToLocalChecked()); in NAN_MODULE_INIT()
H A Dasyncprogressworkersignal.cpp49 NAN_METHOD(DoProgress) { in NAN_METHOD() argument
62 , GetFunction(New<v8::FunctionTemplate>(DoProgress)).ToLocalChecked()); in NAN_MODULE_INIT()
H A Dasyncprogressqueueworkerstream.cpp65 NAN_METHOD(DoProgress) { in NAN_METHOD() argument
77 , GetFunction(New<v8::FunctionTemplate>(DoProgress)).ToLocalChecked()); in NAN_MODULE_INIT()
H A Dasyncprogressworkerstream.cpp71 NAN_METHOD(DoProgress) { in NAN_METHOD() argument
84 , GetFunction(New<v8::FunctionTemplate>(DoProgress)).ToLocalChecked()); in NAN_MODULE_INIT()
/dports/editors/cudatext/CudaText-1.151.0/atbinhex/atbinhex/
H A Datstreamsearch.pas83 procedure DoProgress( procedure
266 procedure TATStreamSearch.DoProgress( procedure
305 DoProgress(
487 DoProgress(BufPos, FStreamSize, AContinue);
530 DoProgress(BufPos, FStreamSize, AContinue);
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dprogress.cpp119 static unsigned __stdcall DoProgress(void*) in DoProgress() function
167 hProgressThread = (HANDLE)_beginthreadex(NULL, 0, DoProgress, NULL, 0, &ProgressThreadID); in ProgressCreate()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dprogress.cpp119 static unsigned __stdcall DoProgress(void*) in DoProgress() function
167 hProgressThread = (HANDLE)_beginthreadex(NULL, 0, DoProgress, NULL, 0, &ProgressThreadID); in ProgressCreate()
/dports/print/photoprint/photoprint-0.4.2-pre2/
H A Dprintpreview.cpp73 DoProgress(0,1); in printpreviewprogress()
81 bool DoProgress(int i,int maxi) in DoProgress() function in printpreviewprogress
83 Progress::DoProgress(i,maxi); in DoProgress()
H A Dlayout_imageinfo.cpp188 bool DoProgress(int i, int maxi) in DoProgress() function in HRRenderJob
195 return(j->DoProgress(0,0)==false); in testbreak()
234 if(!DoProgress(0,0)) in Run()
242 if(!DoProgress(0,0)) in Run()
288 if(DoProgress(0,0)) in Run()
312 if(p->DoProgress(0,0)) in finish_main()
/dports/print/photoprint/photoprint-0.4.2-pre2/imageutils/
H A Djpegsave.cpp86 if(!progress->DoProgress(row,height)) in Save()
123 progress->DoProgress(height,height); in Save()
H A Dtiffsave.cpp59 if(!progress->DoProgress(row,height)) in Save()
111 progress->DoProgress(height,height); in Save()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/
H A Dlasvectorialreader.pas138 procedure DoProgress(AProgress: Byte; AData: TvVectorialDocument); procedure
354 procedure TvLASVectorialReader.DoProgress(AProgress: Byte; AData: TvVectorialDocument); procedure
415 DoProgress(Round(AStream.Position * 100 / AStream.Size), AData);
/dports/editors/lazarus-qt5/lazarus/components/fpvectorial/
H A Dlasvectorialreader.pas138 procedure DoProgress(AProgress: Byte; AData: TvVectorialDocument); procedure
354 procedure TvLASVectorialReader.DoProgress(AProgress: Byte; AData: TvVectorialDocument); procedure
415 DoProgress(Round(AStream.Position * 100 / AStream.Size), AData);
/dports/editors/lazarus/lazarus/components/fpvectorial/
H A Dlasvectorialreader.pas138 procedure DoProgress(AProgress: Byte; AData: TvVectorialDocument); procedure
354 procedure TvLASVectorialReader.DoProgress(AProgress: Byte; AData: TvVectorialDocument); procedure
415 DoProgress(Round(AStream.Position * 100 / AStream.Size), AData);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/
H A Dlasvectorialreader.pas138 procedure DoProgress(AProgress: Byte; AData: TvVectorialDocument); procedure
354 procedure TvLASVectorialReader.DoProgress(AProgress: Byte; AData: TvVectorialDocument); procedure
415 DoProgress(Round(AStream.Position * 100 / AStream.Size), AData);
/dports/print/photoprint/photoprint-0.4.2-pre2/imagesource/
H A Dpixbuf_from_imagesource.cpp128 cont=prog->DoProgress(y,is->height); in pixbuf_from_imagesource()
252 cont=prog->DoProgress(y,is->height); in pixbuf_alpha_from_imagesource()

123