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

  /external/skia/src/gpu/
GrPaint.h 76 void setGammaCorrect(bool gammaCorrect) {
GrTextureProducer.cpp 39 paint.setGammaCorrect(true);
  /external/skqp/src/gpu/
GrPaint.h 76 void setGammaCorrect(bool gammaCorrect) {
GrTextureProducer.cpp 35 paint.setGammaCorrect(true);
  /external/skia/tests/
SRGBMipMapTest.cpp 154 paint.setGammaCorrect(true);
160 paint.setGammaCorrect(false);
180 paint.setGammaCorrect(true);
  /external/skqp/tests/
SRGBMipMapTest.cpp 154 paint.setGammaCorrect(true);
160 paint.setGammaCorrect(false);
180 paint.setGammaCorrect(true);
  /external/skia/src/core/
SkGpuBlurUtils.cpp 82 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
110 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
285 paint.setGammaCorrect(dstRenderTargetContext->colorSpaceInfo().isGammaCorrect());
406 paint.setGammaCorrect(dstRenderTargetContext->colorSpaceInfo().isGammaCorrect());
SkImageFilter.cpp 310 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
  /external/skqp/src/core/
SkGpuBlurUtils.cpp 82 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
110 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
284 paint.setGammaCorrect(dstRenderTargetContext->colorSpaceInfo().isGammaCorrect());
405 paint.setGammaCorrect(dstRenderTargetContext->colorSpaceInfo().isGammaCorrect());
SkImageFilter.cpp 310 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 343 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
SkMorphologyImageFilter.cpp 405 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
424 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
SkArithmeticImageFilter.cpp 355 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
SkDisplacementMapEffect.cpp 316 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
SkLightingImageFilter.cpp 448 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
    [all...]
  /external/skqp/src/effects/
SkXfermodeImageFilter.cpp 343 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
SkMorphologyImageFilter.cpp 405 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
424 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
SkArithmeticImageFilter.cpp 355 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
SkDisplacementMapEffect.cpp 316 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
SkLightingImageFilter.cpp 448 paint.setGammaCorrect(renderTargetContext->colorSpaceInfo().isGammaCorrect());
    [all...]

Completed in 186 milliseconds