Home
last modified time | relevance | path

Searched refs:dstIsNormalized (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrDataUtils.cpp600 bool dstIsNormalized; in GrConvertPixels() local
605 &dstIsNormalized, in GrConvertPixels()
613 clampGamut = dstIsNormalized && dst.alphaType() == kPremul_SkAlphaType; in GrConvertPixels()
615 clampGamut = dstIsNormalized && !srcIsNormalized && dst.alphaType() == kPremul_SkAlphaType; in GrConvertPixels()