Lines Matching refs:supportedRead
315 auto supportedRead = caps->supportedReadPixelsColorType( in readPixels() local
322 (dst.colorType() != supportedRead.fColorType); in readPixels()
329 GrImageInfo tmpInfo(supportedRead.fColorType, in readPixels()
348 supportedRead.fColorType, readDst, readRB)) { in readPixels()
1324 auto supportedRead = this->caps()->supportedReadPixelsColorType(this->colorInfo().colorType(), in transferPixels() local
1329 uint32_t legalReadChannels = GrColorTypeChannelFlags(supportedRead.fColorType); in transferPixels()
1336 !supportedRead.fOffsetAlignmentForTransferBuffer) { in transferPixels()
1340 size_t rowBytes = GrColorTypeBytesPerPixel(supportedRead.fColorType) * rect.width(); in transferPixels()
1358 supportedRead.fColorType, buffer, 0); in transferPixels()
1362 if (supportedRead.fColorType != dstCT || flip) { in transferPixels()
1363 result.fPixelConverter = [w = rect.width(), h = rect.height(), dstCT, supportedRead, at]( in transferPixels()
1365 GrImageInfo srcInfo(supportedRead.fColorType, at, nullptr, w, h); in transferPixels()