Searched refs:yFC (Results 1 – 1 of 1) sorted by relevance
946 auto yFC = GrSurfaceFillContext::MakeWithFallback(dContext, yInfo, SkBackingFit::kApprox); in asyncRescaleAndReadPixelsYUV420() local952 if (!yFC || !uFC || !vFC) { in asyncRescaleAndReadPixelsYUV420()978 yFC->fillWithFP(std::move(yFP)); in asyncRescaleAndReadPixelsYUV420()980 yTransfer = yFC->transferPixels(GrColorType::kAlpha_8, in asyncRescaleAndReadPixelsYUV420()981 SkIRect::MakeSize(yFC->dimensions())); in asyncRescaleAndReadPixelsYUV420()1041 if (!yFC->readPixels(dContext, yPmp, {0, 0}) || in asyncRescaleAndReadPixelsYUV420()