Home
last modified time | relevance | path

Searched refs:srcChannels (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lossless_jpeg.h59 uint32 srcChannels,
H A Ddng_lossless_jpeg.cpp2640 uint32 srcChannels,
2691 uint32 srcChannels, in dng_lossless_encoder()
2700 , fSrcChannels (srcChannels) in dng_lossless_encoder()
3758 uint32 srcChannels, in EncodeLosslessJPEG()
3768 srcChannels, in EncodeLosslessJPEG()
2688 dng_lossless_encoder(const uint16 *srcData, uint32 srcRows, uint32 srcCols, uint32 srcChannels, uint32 srcBitDepth, int32 srcRowStep, int32 srcColStep, dng_stream &stream) dng_lossless_encoder() argument
3755 EncodeLosslessJPEG(const uint16 *srcData, uint32 srcRows, uint32 srcCols, uint32 srcChannels, uint32 srcBitDepth, int32 srcRowStep, int32 srcColStep, dng_stream &stream) EncodeLosslessJPEG() argument
/third_party/skia/src/gpu/
H A DSurfaceContext.cpp591 uint32_t srcChannels = GrColorTypeChannelFlags(this->colorInfo().colorType()); in asyncRescaleAndReadPixels() local
592 if ((~legalReadChannels & dstChannels) & srcChannels) { in asyncRescaleAndReadPixels()
1254 uint32_t srcChannels = GrColorTypeChannelFlags(this->colorInfo().colorType()); in transferPixels() local
1255 if ((~legalReadChannels & dstChannels) & srcChannels) { in transferPixels()
/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp3366 uint32_t srcChannels = GrGLFormatChannels(srcFormat); in canCopyTexSubImage() local
3367 if (!dstChannels || !srcChannels) { in canCopyTexSubImage()
3371 // The dst channels have to be a subset of the srcChannels, except R, RG, or RGB, channels in canCopyTexSubImage()
3373 if ((dstChannels & srcChannels) != srcChannels) { in canCopyTexSubImage()
3377 if (srcChannels == kAlpha_SkColorChannelFlag) { in canCopyTexSubImage()

Completed in 15 milliseconds