Home | History | Annotate | Download | only in effects

Lines Matching full:drawcontext

48 static void convolve_gaussian_1d(GrDrawContext* drawContext,
64 drawContext->fillRectWithLocalMatrix(clip, paint, SkMatrix::I(), dstRect, localMatrix);
67 static void convolve_gaussian_2d(GrDrawContext* drawContext,
94 drawContext->fillRectWithLocalMatrix(clip, paint, SkMatrix::I(), dstRect, localMatrix);
97 static void convolve_gaussian(GrDrawContext* drawContext,
109 convolve_gaussian_1d(drawContext, clip, dstRect, srcOffset, texture,
143 drawContext->clear(&topRect, 0, false);
147 drawContext->clear(&bottomRect, 0, false);
151 convolve_gaussian_1d(drawContext, clip, dstRect, srcOffset, texture,
155 convolve_gaussian_1d(drawContext, clip, leftRect, srcOffset, texture,
157 convolve_gaussian_1d(drawContext, clip, rightRect, srcOffset, texture,
159 convolve_gaussian_1d(drawContext, clip, midRect, srcOffset, texture,
256 context->drawContext(dstTexture->asRenderTarget()));
278 context->drawContext(dstTexture->asRenderTarget()));
298 srcDrawContext.reset(context->drawContext(srcTexture->asRenderTarget()));
312 context->drawContext(dstTexture->asRenderTarget()));
331 srcDrawContext.reset(context->drawContext(srcTexture->asRenderTarget()));
345 context->drawContext(dstTexture->asRenderTarget()));
385 context->drawContext(dstTexture->asRenderTarget()));