Home
last modified time | relevance | path

Searched refs:globalProgress (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/fx/
H A Dblurfilter.cpp51 globalProgress(0) in Private()
56 int globalProgress; member in Digikam::BlurFilter::Private
243 d->globalProgress += 5; in blurMultithreaded()
244 postProgress(d->globalProgress); in blurMultithreaded()
H A Doilpaintfilter.cpp59 globalProgress(0) in Private()
66 int globalProgress; member in Digikam::OilPaintFilter::Private
141 d->globalProgress += 5; in oilPaintImageMultithreaded()
142 postProgress(d->globalProgress); in oilPaintImageMultithreaded()
H A Dcharcoalfilter.cpp62 globalProgress(0) in Private()
68 int globalProgress; member in Digikam::CharcoalFilter::Private
271 d->globalProgress += 5; in convolveImageMultithreaded()
272 postProgress(d->globalProgress); in convolveImageMultithreaded()
H A Dfilmgrainfilter.cpp70 globalProgress(0) in Private()
83 int globalProgress; member in Digikam::FilmGrainFilter::Private
229 d->globalProgress += 5; in filmgrainMultithreaded()
230 postProgress(d->globalProgress); in filmgrainMultithreaded()
H A Ddistortionfxfilter.cpp68 globalProgress(0) in Private()
81 int globalProgress; member in Digikam::DistortionFXFilter::Private
700 d->globalProgress += 5; in wavesHorizontalMultithreaded()
701 postProgress(d->globalProgress); in wavesHorizontalMultithreaded()
729 d->globalProgress += 5; in wavesVerticalMultithreaded()
730 postProgress(d->globalProgress); in wavesVerticalMultithreaded()
1153 d->globalProgress += 5; in tileMultithreaded()
1154 postProgress(d->globalProgress); in tileMultithreaded()
/dports/games/golly/golly-3.3-src/gui-ios/Golly/
H A DPatternViewController.m32 static UIView *globalProgress = nil;
154 globalProgress = progressView;
965 if (!globalProgress.hidden) {
979 globalProgress.hidden = NO;
995 globalProgress.hidden = YES;
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/Core/
H A DTypes.hs446 ,globalProgress :: IO Progress -- ^ Request current progress state function
H A DAction.hs150 liftIO globalProgress
/dports/devel/hs-shake/shake-0.19.6/src/Development/Shake/Internal/Core/
H A DTypes.hs450 ,globalProgress :: IO Progress -- ^ Request current progress state function
H A DAction.hs155 liftIO globalProgress
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/Core/
H A DTypes.hs446 ,globalProgress :: IO Progress -- ^ Request current progress state function
H A DAction.hs150 liftIO globalProgress