Home
last modified time | relevance | path

Searched refs:fillRectWithFP (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
H A DSurfaceFillContext.h53 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 DSurfaceFillContext.cpp14 void SurfaceFillContext::fillRectWithFP(const SkIRect& dstRect, in fillRectWithFP() function in skgpu::SurfaceFillContext
18 this->fillRectWithFP(dstRect, std::move(fp)); in fillRectWithFP()
H A DGrDirectContextPriv.cpp283 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 DSurfaceFillContext_v1.h41 void fillRectWithFP(const SkIRect& dstRect, std::unique_ptr<GrFragmentProcessor> fp) override;
H A DSurfaceFillContext_v1.cpp55 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 DBackendAllocationTest.cpp414 dstFillContext->fillRectWithFP(SkIRect::MakeWH(rectSize, rectSize), std::move(fp)); in check_mipmaps()

Completed in 4 milliseconds