Home
last modified time | relevance | path

Searched refs:setGammaCorrect (Results 1 – 10 of 10) sorted by relevance

/external/skia/tests/
DSRGBMipMapTest.cpp143 paint.setGammaCorrect(true); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
149 paint.setGammaCorrect(false); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
169 paint.setGammaCorrect(true); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skia/src/core/
DSkGpuBlurUtils.cpp80 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in convolve_gaussian_1d()
109 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in convolve_gaussian_2d()
276 paint.setGammaCorrect(dstRenderTargetContext->isGammaCorrect()); in GaussianBlur()
374 paint.setGammaCorrect(dstRenderTargetContext->isGammaCorrect()); in GaussianBlur()
DSkImageFilter.cpp295 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in DrawWithFP()
/external/skia/src/gpu/
DGrPaint.h81 void setGammaCorrect(bool gammaCorrect) { in setGammaCorrect() function
DGrTextureProducer.cpp37 paint.setGammaCorrect(true); in CopyOnGpu()
/external/skia/src/effects/
DSkMorphologyImageFilter.cpp409 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in apply_morphology_rect()
430 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in apply_morphology_rect_no_bounds()
DSkXfermodeImageFilter.cpp302 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in filterImageGPU()
DSkArithmeticImageFilter.cpp401 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in filterImageGPU()
DSkDisplacementMapEffect.cpp364 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in onFilterImage()
DSkLightingImageFilter.cpp396 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in drawRect()