Home
last modified time | relevance | path

Searched refs:csxf (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DLatticeOp.cpp36 sk_sp<GrColorSpaceXform> csxf, in Make()
40 return new (ptr) LatticeGP(view, std::move(csxf), filter, wideColor); in Make()
108 LatticeGP(const GrSurfaceProxyView& view, sk_sp<GrColorSpaceXform> csxf, in LatticeGP() argument
111 , fColorSpaceXform(std::move(csxf)) { in LatticeGP()
530 auto csxf = GrTest::TestColorXform(random);
540 std::move(csxf), filter, std::move(iter),
34 Make(SkArenaAlloc* arena, const GrSurfaceProxyView& view, sk_sp<GrColorSpaceXform> csxf, GrSamplerState::Filter filter, bool wideColor) Make() argument
/third_party/skia/src/gpu/v1/
H A DDevice.cpp787 auto csxf = GrColorSpaceXform::Make(info, fSurfaceDrawContext->colorInfo()); in drawViewLattice() local
790 std::move(view), info.alphaType(), std::move(csxf), in drawViewLattice()
H A DSurfaceDrawContext.cpp1471 sk_sp<GrColorSpaceXform> csxf, in drawImageLattice()
1484 alphaType, std::move(csxf), filter, std::move(iter), dst); in drawImageLattice()
1466 drawImageLattice(const GrClip* clip, GrPaint&& paint, const SkMatrix& viewMatrix, GrSurfaceProxyView view, SkAlphaType alphaType, sk_sp<GrColorSpaceXform> csxf, GrSamplerState::Filter filter, std::unique_ptr<SkLatticeIter> iter, const SkRect& dst) drawImageLattice() argument

Completed in 7 milliseconds