Searched refs:srcChannels (Results 1 – 4 of 4) sorted by relevance
59 uint32 srcChannels,
2640 uint32 srcChannels,2691 uint32 srcChannels, in dng_lossless_encoder() argument2700 , fSrcChannels (srcChannels) in dng_lossless_encoder()3758 uint32 srcChannels, in EncodeLosslessJPEG() argument3768 srcChannels, in EncodeLosslessJPEG()
591 uint32_t srcChannels = GrColorTypeChannelFlags(this->colorInfo().colorType()); in asyncRescaleAndReadPixels() local592 if ((~legalReadChannels & dstChannels) & srcChannels) { in asyncRescaleAndReadPixels()1254 uint32_t srcChannels = GrColorTypeChannelFlags(this->colorInfo().colorType()); in transferPixels() local1255 if ((~legalReadChannels & dstChannels) & srcChannels) { in transferPixels()
3366 uint32_t srcChannels = GrGLFormatChannels(srcFormat); in canCopyTexSubImage() local3367 if (!dstChannels || !srcChannels) { in canCopyTexSubImage()3373 if ((dstChannels & srcChannels) != srcChannels) { in canCopyTexSubImage()3377 if (srcChannels == kAlpha_SkColorChannelFlag) { in canCopyTexSubImage()