Searched refs:yFP (Results 1 – 2 of 2) sorted by relevance
896 auto yFP = GrTextureEffect::Make(srcView, this->colorInfo().alphaType(), texMatrix); in asyncRescaleAndReadPixelsYUV420() local897 yFP = GrFragmentProcessor::ColorMatrix(std::move(yFP), in asyncRescaleAndReadPixelsYUV420()902 yFC->fillWithFP(std::move(yFP)); in asyncRescaleAndReadPixelsYUV420()
1855 auto yFP = GrColorMatrixFragmentProcessor::Make(yM, false, true, false); in asyncRescaleAndReadPixelsYUV420() local1856 yPaint.addColorFragmentProcessor(std::move(yFP)); in asyncRescaleAndReadPixelsYUV420()