Searched refs:fillRectWithLocalMatrix (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/core/ |
D | SkGpuBlurUtils.cpp | 90 renderTargetContext->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in convolve_gaussian_1d() 147 renderTargetContext->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in convolve_gaussian_2d()
|
D | SkBlurMF.cpp | 825 renderTargetContext->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, in directFilterMaskGPU()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.h | 123 void fillRectWithLocalMatrix(const GrClip& clip,
|
D | GrBlurUtils.cpp | 52 renderTargetContext->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in draw_mask()
|
D | GrRenderTargetContext.cpp | 1016 void GrRenderTargetContext::fillRectWithLocalMatrix(const GrClip& clip, in fillRectWithLocalMatrix() function in GrRenderTargetContext 1428 this->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), bounds, in drawFilledDRRect()
|
D | SkGpuDevice.cpp | 612 fRenderTargetContext->fillRectWithLocalMatrix( in drawStrokedLine()
|