Home
last modified time | relevance | path

Searched refs:ditherEnabled (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/filters/palettize/
H A Dpalettize.cpp171 const bool ditherEnabled = config->getBool("ditherEnabled"); in processImpl() local
184 const quint8 colorCount = ditherEnabled && colorMode == ColorMode::NearestColors ? 2 : 1; in processImpl()
216 if (ditherEnabled) ditherUtil.setConfiguration(*config, "dither/"); in processImpl()
228 if (ditherEnabled) { in processImpl()
257 if (ditherEnabled && colorMode == ColorMode::NearestColors) { in processImpl()
270 if (alphaEnabled && !(!ditherEnabled && alphaMode == AlphaMode::Dither)) { in processImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsInteractionTestUtil.hpp98 bool ditherEnabled; member
110 , ditherEnabled (false) in RenderState()
H A DglsInteractionTestUtil.cpp153 state.ditherEnabled = rnd.getFloat() < ditherProbability; in computeRandomRenderState()
H A DglsFragOpInteractionCase.cpp271 if (state.ditherEnabled) in setRenderState()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/
H A DImageData.java2346 final boolean ditherEnabled = (op & BLIT_DITHER) != 0; in blit()
2404 if ((paletteMapping != null) && (isExactPaletteMapping || ! ditherEnabled)) { in blit()
2560 if (ditherEnabled) { in blit()
2664 if (ditherEnabled) { in blit()
2691 if (ditherEnabled) { in blit()
3243 final boolean ditherEnabled = (op & BLIT_DITHER) != 0; in blit()
3264 if (ditherEnabled) { in blit()
3397 if (ditherEnabled) { in blit()
3424 if (ditherEnabled) { in blit()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DImageData.java2346 final boolean ditherEnabled = (op & BLIT_DITHER) != 0; in blit()
2404 if ((paletteMapping != null) && (isExactPaletteMapping || ! ditherEnabled)) { in blit()
2560 if (ditherEnabled) { in blit()
2664 if (ditherEnabled) { in blit()
2691 if (ditherEnabled) { in blit()
3243 final boolean ditherEnabled = (op & BLIT_DITHER) != 0; in blit()
3264 if (ditherEnabled) { in blit()
3397 if (ditherEnabled) { in blit()
3424 if (ditherEnabled) { in blit()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLQueueRunner.cpp795 bool ditherEnabled = false; in PerformRenderPass() local
1279 if (!ditherEnabled) { in PerformRenderPass()
1281 ditherEnabled = true; in PerformRenderPass()
1283 } else if (!c.raster.ditherEnable && ditherEnabled) { in PerformRenderPass()
1285 ditherEnabled = false; in PerformRenderPass()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLQueueRunner.cpp795 bool ditherEnabled = false; in PerformRenderPass() local
1279 if (!ditherEnabled) { in PerformRenderPass()
1281 ditherEnabled = true; in PerformRenderPass()
1283 } else if (!c.raster.ditherEnable && ditherEnabled) { in PerformRenderPass()
1285 ditherEnabled = false; in PerformRenderPass()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLQueueRunner.cpp795 bool ditherEnabled = false; in PerformRenderPass() local
1279 if (!ditherEnabled) { in PerformRenderPass()
1281 ditherEnabled = true; in PerformRenderPass()
1283 } else if (!c.raster.ditherEnable && ditherEnabled) { in PerformRenderPass()
1285 ditherEnabled = false; in PerformRenderPass()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/PNG/
H A DWritePNG.cpp775 bool ditherEnabled = _ditherEnabled->getValue(); in encode() local
781 if ( !ditherEnabled || (nComps < 3) ) { in encode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp86 mState.ditherEnabled = true; in Context()
609 if(mState.ditherEnabled != enabled) in setDitherEnabled()
611 mState.ditherEnabled = enabled; in setDitherEnabled()
618 return mState.ditherEnabled; in isDitherEnabled()
1118 case GL_DITHER: *params = mState.ditherEnabled; break; in getBooleanv()
H A DContext.h251 bool ditherEnabled; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp86 mState.ditherEnabled = true; in Context()
609 if(mState.ditherEnabled != enabled) in setDitherEnabled()
611 mState.ditherEnabled = enabled; in setDitherEnabled()
618 return mState.ditherEnabled; in isDitherEnabled()
1118 case GL_DITHER: *params = mState.ditherEnabled; break; in getBooleanv()
H A DContext.h251 bool ditherEnabled; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp200 if (state.ditherEnabled) in setGLState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp200 if (state.ditherEnabled) in setGLState()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.cpp3287 settings.insert("dither_enabled", Options::ditherEnabled()); in getSettings()
3382 const bool ditherEnabled = settings["dither_enabled"].toBool(Options::ditherEnabled()); in setSettings() local
3383 Options::setDitherEnabled(ditherEnabled); in setSettings()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp98 mState.ditherEnabled = true; in Context()
629 if(mState.ditherEnabled != enabled) in setDitherEnabled()
631 mState.ditherEnabled = enabled; in setDitherEnabled()
638 return mState.ditherEnabled; in isDitherEnabled()
1873 case GL_DITHER: *params = mState.ditherEnabled; break; in getBooleanv()
H A DContext.h376 bool ditherEnabled; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp98 mState.ditherEnabled = true; in Context()
629 if(mState.ditherEnabled != enabled) in setDitherEnabled()
631 mState.ditherEnabled = enabled; in setDitherEnabled()
638 return mState.ditherEnabled; in isDitherEnabled()
1873 case GL_DITHER: *params = mState.ditherEnabled; break; in getBooleanv()
H A DContext.h346 bool ditherEnabled; member
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DGLContext.cpp2179 realGLboolean ditherEnabled; in ClearSafely() local
2189 fGetBooleanv(LOCAL_GL_DITHER, &ditherEnabled); in ClearSafely()
2233 if (ditherEnabled) in ClearSafely()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/capture/
H A Dcapture.cpp2003 if ( (Options::ditherEnabled() || Options::ditherNoGuiding()) in checkDithering()
3886 if ( Options::ditherEnabled() || Options::ditherNoGuiding()) in setMeridianFlipStage()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/scheduler/
H A Dscheduler.cpp5622 … if (schedJob->getStepPipeline() & SchedulerJob::USE_GUIDE && Options::ditherEnabled()) in estimateJobTime()