Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DSurfaceContext.cpp861 auto yFC = dContext->priv().makeSFCWithFallback(yInfo, SkBackingFit::kApprox); in asyncRescaleAndReadPixelsYUV420() local
867 if (!yFC || !uFC || !vFC) { in asyncRescaleAndReadPixelsYUV420()
880 this->caps()->supportedReadPixelsColorType(yFC->colorInfo().colorType(), in asyncRescaleAndReadPixelsYUV420()
881 yFC->asSurfaceProxy()->backendFormat(), in asyncRescaleAndReadPixelsYUV420()
902 yFC->fillWithFP(std::move(yFP)); in asyncRescaleAndReadPixelsYUV420()
904 yTransfer = yFC->transferPixels(GrColorType::kAlpha_8, in asyncRescaleAndReadPixelsYUV420()
905 SkIRect::MakeSize(yFC->dimensions())); in asyncRescaleAndReadPixelsYUV420()
965 if (!yFC->readPixels(dContext, yPmp, {0, 0}) || in asyncRescaleAndReadPixelsYUV420()

Completed in 3 milliseconds