Home
last modified time | relevance | path

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

/external/skia/tests/
DSRGBMipMapTest.cpp152 paint.setGammaCorrect(true); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
158 paint.setGammaCorrect(false); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
178 paint.setGammaCorrect(true); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skia/src/core/
DSkGpuBlurUtils.cpp80 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in convolve_gaussian_1d()
108 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in convolve_gaussian_2d()
275 paint.setGammaCorrect(dstRenderTargetContext->isGammaCorrect()); in GaussianBlur()
401 paint.setGammaCorrect(dstRenderTargetContext->isGammaCorrect()); in GaussianBlur()
DSkImageFilter.cpp308 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in DrawWithFP()
/external/skia/src/gpu/
DGrPaint.h76 void setGammaCorrect(bool gammaCorrect) { in setGammaCorrect() function
DGrTextureProducer.cpp33 paint.setGammaCorrect(true); in CopyOnGpu()
/external/skia/src/effects/
DSkMorphologyImageFilter.cpp397 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in apply_morphology_rect()
416 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in apply_morphology_rect_no_bounds()
DSkXfermodeImageFilter.cpp296 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in filterImageGPU()
DSkArithmeticImageFilter.cpp397 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in filterImageGPU()
DSkDisplacementMapEffect.cpp312 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in onFilterImage()
DSkLightingImageFilter.cpp445 paint.setGammaCorrect(renderTargetContext->isGammaCorrect()); in drawRect()