Searched refs:yInfo (Results 1 – 1 of 1) sorted by relevance
945 auto yInfo = SkImageInfo::MakeA8(dstSize); in asyncRescaleAndReadPixelsYUV420() local946 auto yFC = GrSurfaceFillContext::MakeWithFallback(dContext, yInfo, SkBackingFit::kApprox); in asyncRescaleAndReadPixelsYUV420()948 auto uvInfo = yInfo.makeWH(yInfo.width()/2, yInfo.height()/2); in asyncRescaleAndReadPixelsYUV420()1038 GrPixmap yPmp = GrPixmap::Allocate(yInfo); in asyncRescaleAndReadPixelsYUV420()