Searched refs:dstDrawContext (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/effects/ |
D | SkGpuBlurUtils.cpp | 255 SkAutoTUnref<GrDrawContext> dstDrawContext( in GaussianBlur() local 257 if (!dstDrawContext) { in GaussianBlur() 260 dstDrawContext->fillRectToRect(clip, paint, SkMatrix::I(), dstRect, srcRect); in GaussianBlur() 262 srcDrawContext.swap(dstDrawContext); in GaussianBlur() 277 SkAutoTUnref<GrDrawContext> dstDrawContext( in GaussianBlur() local 279 if (!dstDrawContext) { in GaussianBlur() 282 convolve_gaussian_2d(dstDrawContext, clip, srcRect, srcOffset, in GaussianBlur() 285 srcDrawContext.swap(dstDrawContext); in GaussianBlur() 311 SkAutoTUnref<GrDrawContext> dstDrawContext( in GaussianBlur() local 313 if (!dstDrawContext) { in GaussianBlur() [all …]
|
D | SkMorphologyImageFilter.cpp | 561 SkAutoTUnref<GrDrawContext> dstDrawContext( in apply_morphology() local 563 if (!dstDrawContext) { in apply_morphology() 567 apply_morphology_pass(dstDrawContext, clip, srcTexture, in apply_morphology() 575 dstDrawContext->clear(&clearRect, clearColor, false); in apply_morphology() 585 SkAutoTUnref<GrDrawContext> dstDrawContext( in apply_morphology() local 587 if (!dstDrawContext) { in apply_morphology() 591 apply_morphology_pass(dstDrawContext, clip, srcTexture, in apply_morphology()
|