Home
last modified time | relevance | path

Searched refs:fillRectToRect (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/v1/
DSurfaceDrawContext_v1.h172 void fillRectToRect(const GrClip*,
202 this->fillRectToRect(clip, std::move(paint), aa, viewMatrix, rect,
DSurfaceDrawContext.cpp434 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/
DSkGpuBlurUtils.cpp144 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/
Dgpu_blur_utils.cpp311 sdc->fillRectToRect(nullptr, in run()