Searched refs:fillRectToRect (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext_v1.h | 172 void fillRectToRect(const GrClip*, 202 this->fillRectToRect(clip, std::move(paint), aa, viewMatrix, rect,
|
D | SurfaceDrawContext.cpp | 434 this->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), r, r); in drawPaint() 677 this->fillRectToRect(clip, std::move(paint), GrAA::kYes, viewMatrix, dstRect, srcRect); in drawTexture() 752 this->fillRectToRect(clip, std::move(paint), aa, viewMatrix, rect, rect); in drawRect() 783 void SurfaceDrawContext::fillRectToRect(const GrClip* clip, in fillRectToRect() function in skgpu::v1::SurfaceDrawContext
|
/third_party/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 144 sdc->fillRectToRect(nullptr, std::move(paint), GrAA::kNo, SkMatrix::I(), in convolve_gaussian_2d() 336 dstSDC->fillRectToRect(nullptr, std::move(paint), GrAA::kNo, SkMatrix::I(), in reexpand()
|
/third_party/skia/gm/ |
D | gpu_blur_utils.cpp | 311 sdc->fillRectToRect(nullptr, in run()
|