Searched refs:fillRectWithFP (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/gpu/ |
D | SurfaceFillContext.h | 53 virtual void fillRectWithFP(const SkIRect& dstRect, std::unique_ptr<GrFragmentProcessor>) = 0; 59 void fillRectWithFP(const SkIRect& dstRect, 68 this->fillRectWithFP(dstRect, lm, std::move(fp)); in fillRectToRectWithFP() 80 this->fillRectWithFP(SkIRect::MakeSize(fWriteView.proxy()->dimensions()), std::move(fp)); in fillWithFP() 88 this->fillRectWithFP(SkIRect::MakeSize(fWriteView.proxy()->dimensions()), in fillWithFP()
|
D | SurfaceFillContext.cpp | 14 void SurfaceFillContext::fillRectWithFP(const SkIRect& dstRect, in fillRectWithFP() function in skgpu::SurfaceFillContext 18 this->fillRectWithFP(dstRect, std::move(fp)); in fillRectWithFP()
|
D | GrDirectContextPriv.cpp | 280 readSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp1)); in test_for_preserving_PM_conversions() 287 tempSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp2)); in test_for_preserving_PM_conversions() 291 readSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp3)); in test_for_preserving_PM_conversions()
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceFillContext_v1.h | 41 void fillRectWithFP(const SkIRect& dstRect, std::unique_ptr<GrFragmentProcessor> fp) override;
|
D | SurfaceFillContext_v1.cpp | 55 void SurfaceFillContext::fillRectWithFP(const SkIRect& dstRect, in fillRectWithFP() function in skgpu::v1::SurfaceFillContext
|
/third_party/skia/tests/ |
D | BackendAllocationTest.cpp | 414 dstFillContext->fillRectWithFP(SkIRect::MakeWH(rectSize, rectSize), std::move(fp)); in check_mipmaps()
|