HomeSort by relevance Sort by last modified time
    Searched refs:setGammaCorrect (Results 1 - 10 of 10) sorted by null

  /external/skia/tests/
SRGBMipMapTest.cpp 152 paint.setGammaCorrect(true);
158 paint.setGammaCorrect(false);
178 paint.setGammaCorrect(true);
  /external/skia/src/gpu/
GrPaint.h 76 void setGammaCorrect(bool gammaCorrect) {
GrTextureProducer.cpp 33 paint.setGammaCorrect(true);
  /external/skia/src/core/
SkGpuBlurUtils.cpp 80 paint.setGammaCorrect(renderTargetContext->isGammaCorrect());
108 paint.setGammaCorrect(renderTargetContext->isGammaCorrect());
275 paint.setGammaCorrect(dstRenderTargetContext->isGammaCorrect());
401 paint.setGammaCorrect(dstRenderTargetContext->isGammaCorrect());
SkImageFilter.cpp 308 paint.setGammaCorrect(renderTargetContext->isGammaCorrect());
  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 296 paint.setGammaCorrect(renderTargetContext->isGammaCorrect());
SkMorphologyImageFilter.cpp 397 paint.setGammaCorrect(renderTargetContext->isGammaCorrect());
416 paint.setGammaCorrect(renderTargetContext->isGammaCorrect());
SkArithmeticImageFilter.cpp 397 paint.setGammaCorrect(renderTargetContext->isGammaCorrect());
SkDisplacementMapEffect.cpp 312 paint.setGammaCorrect(renderTargetContext->isGammaCorrect());
SkLightingImageFilter.cpp 445 paint.setGammaCorrect(renderTargetContext->isGammaCorrect());
    [all...]

Completed in 220 milliseconds