Lines Matching refs:dstCT
563 auto dstCT = SkColorTypeToGrColorType(info.colorType());
564 if (dstCT == GrColorType::kUnknown) {
575 colorTypeOfFinalContext = dstCT;
577 this->caps()->getDefaultBackendFormat(dstCT, GrRenderable::kYes);
581 dstCT);
587 // Fail if read color type does not have all of dstCT's color channels and those missing color
589 uint32_t dstChannels = GrColorTypeChannelFlags(dstCT);
1234 SurfaceContext::PixelTransferResult SurfaceContext::transferPixels(GrColorType dstCT,
1249 proxy->backendFormat(), dstCT);
1250 // Fail if read color type does not have all of dstCT's color channels and those missing color
1252 uint32_t dstChannels = GrColorTypeChannelFlags(dstCT);
1287 if (supportedRead.fColorType != dstCT || flip) {
1288 result.fPixelConverter = [w = rect.width(), h = rect.height(), dstCT, supportedRead, at](
1291 GrImageInfo dstInfo(dstCT, at, nullptr, w, h);