Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkConvolver.cpp242 int maxColorChannel = SkTMax(outRow[byteOffset + 0], in ConvolveVertically() local
245 if (alpha < maxColorChannel) { in ConvolveVertically()
246 outRow[byteOffset + 3] = maxColorChannel; in ConvolveVertically()