Lines Matching refs:std
108 return SkImage::MakeRasterData(info, std::move(data), info.minRowBytes());
151 return SkImage::MakeFromEncoded(std::move(src));
384 std::function<sk_sp<SkImage>()> imageFactories[] = {
467 std::function<sk_sp<SkImage>()> imageFactories[] = {
585 std::unique_ptr<Factory> factory(new Factory);
632 std::make_unique<EmptyGenerator>()));
886 std::function<sk_sp<SkImage>(GrDirectContext*)> imageMaker) {
1001 std::tie(view, std::ignore) = as_IB(refImg)->asView(dContext, GrMipmapped::kNo);
1006 std::tie(otherView, std::ignore) = as_IB(refImg)->asView(otherCtx, GrMipmapped::kNo);
1011 std::tie(viewSecondRef, std::ignore) = as_IB(refImg)->asView(dContext,
1021 std::tie(otherView, std::ignore) = as_IB(refImg)->asView(otherCtx, GrMipmapped::kNo);
1030 std::tie(otherView, std::ignore) = as_IB(refImg)->asView(otherCtx, GrMipmapped::kNo);
1096 std::function<sk_sp<SkImage>()> fImageFactory;
1131 bool result = SkImage::MakeBackendTextureFromSkImage(context, std::move(image),
1178 nullptr, nullptr, SkImage::BitDepth::kU8, std::move(space));
1259 int c = std::min(a, r);
1509 float d = std::abs(a.rc(r, c) - b.rc(r, c));