Searched refs:csxf (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/gpu/ops/ |
D | LatticeOp.cpp | 36 sk_sp<GrColorSpaceXform> csxf, in Make() argument 40 return new (ptr) LatticeGP(view, std::move(csxf), filter, wideColor); in Make() 102 LatticeGP(const GrSurfaceProxyView& view, sk_sp<GrColorSpaceXform> csxf, in LatticeGP() argument 105 , fColorSpaceXform(std::move(csxf)) { in LatticeGP() 524 auto csxf = GrTest::TestColorXform(random); in GR_DRAW_OP_TEST_DEFINE() local 534 std::move(csxf), filter, std::move(iter), in GR_DRAW_OP_TEST_DEFINE()
|
/third_party/skia/src/gpu/v1/ |
D | Device.cpp | 787 auto csxf = GrColorSpaceXform::Make(info, fSurfaceDrawContext->colorInfo()); in drawViewLattice() local 790 std::move(view), info.alphaType(), std::move(csxf), in drawViewLattice()
|
D | SurfaceDrawContext.cpp | 1470 sk_sp<GrColorSpaceXform> csxf, in drawImageLattice() argument 1483 alphaType, std::move(csxf), filter, std::move(iter), dst); in drawImageLattice()
|