Home | History | Annotate | Download | only in gpu

Lines Matching full:dstinfo

237 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
242 GrPixelConfig config = SkImageInfo2GrPixelConfig(dstInfo);
248 if (kUnpremul_SkAlphaType == dstInfo.alphaType()) {
251 return fContext->readRenderTargetPixels(fRenderTarget, x, y, dstInfo.width(), dstInfo.height(),