Searched refs:fillRectWithLocalMatrix (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 88 renderTargetContext->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in convolve_gaussian_1d() 115 renderTargetContext->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in convolve_gaussian_2d()
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.h | 130 void fillRectWithLocalMatrix(const GrClip& clip,
|
D | GrBlurUtils.cpp | 48 renderTargetContext->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in draw_mask()
|
D | GrRenderTargetContext.cpp | 781 void GrRenderTargetContext::fillRectWithLocalMatrix(const GrClip& clip, in fillRectWithLocalMatrix() function in GrRenderTargetContext 1238 this->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), bounds, in drawFilledDRRect()
|
D | SkGpuDevice.cpp | 631 fRenderTargetContext->fillRectWithLocalMatrix( in drawStrokedLine()
|
/external/skia/src/effects/ |
D | SkBlurMaskFilter.cpp | 1063 renderTargetContext->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in directFilterMaskGPU() 1438 renderTargetContext->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, in directFilterRRectMaskGPU()
|