Home
last modified time | relevance | path

Searched refs:fillRectWithLocalMatrix (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/core/
DSkGpuBlurUtils.cpp90 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()
DSkBlurMF.cpp825 renderTargetContext->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, in directFilterMaskGPU()
/external/skqp/src/gpu/
DGrRenderTargetContext.h123 void fillRectWithLocalMatrix(const GrClip& clip,
DGrBlurUtils.cpp52 renderTargetContext->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in draw_mask()
DGrRenderTargetContext.cpp1016 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()
DSkGpuDevice.cpp612 fRenderTargetContext->fillRectWithLocalMatrix( in drawStrokedLine()