Lines Matching refs:dstCT
563 auto dstCT = SkColorTypeToGrColorType(info.colorType()); in asyncRescaleAndReadPixels() local
564 if (dstCT == GrColorType::kUnknown) { in asyncRescaleAndReadPixels()
575 colorTypeOfFinalContext = dstCT; in asyncRescaleAndReadPixels()
577 this->caps()->getDefaultBackendFormat(dstCT, GrRenderable::kYes); in asyncRescaleAndReadPixels()
581 dstCT); in asyncRescaleAndReadPixels()
589 uint32_t dstChannels = GrColorTypeChannelFlags(dstCT); in asyncRescaleAndReadPixels()
1234 SurfaceContext::PixelTransferResult SurfaceContext::transferPixels(GrColorType dstCT, in transferPixels() argument
1249 proxy->backendFormat(), dstCT); in transferPixels()
1252 uint32_t dstChannels = GrColorTypeChannelFlags(dstCT); in transferPixels()
1287 if (supportedRead.fColorType != dstCT || flip) { in transferPixels()
1288 result.fPixelConverter = [w = rect.width(), h = rect.height(), dstCT, supportedRead, at]( in transferPixels()
1291 GrImageInfo dstInfo(dstCT, at, nullptr, w, h); in transferPixels()