Searched refs:fillRectWithFP (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | SurfaceFillContext.h | 53 virtual void fillRectWithFP(const SkIRect& dstRect, std::unique_ptr<GrFragmentProcessor>) = 0; 56 * A convenience version of fillRectWithFP that applies a coordinate transformation via 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()
|
H A 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()
|
H A D | GrDirectContextPriv.cpp | 283 readSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp1)); in test_for_preserving_PM_conversions() 290 tempSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp2)); in test_for_preserving_PM_conversions() 294 readSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp3)); in test_for_preserving_PM_conversions()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceFillContext_v1.h | 41 void fillRectWithFP(const SkIRect& dstRect, std::unique_ptr<GrFragmentProcessor> fp) override;
|
H A D | SurfaceFillContext_v1.cpp | 55 void SurfaceFillContext::fillRectWithFP(const SkIRect& dstRect, in fillRectWithFP() function in skgpu::v1::SurfaceFillContext 60 GR_CREATE_TRACE_MARKER_CONTEXT("v1::SurfaceFillContext", "fillRectWithFP", fContext); in fillRectWithFP()
|
/third_party/skia/tests/ |
H A D | BackendAllocationTest.cpp | 414 dstFillContext->fillRectWithFP(SkIRect::MakeWH(rectSize, rectSize), std::move(fp)); in check_mipmaps()
|
Completed in 4 milliseconds