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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
H A DFEConvolveMatrix.cpp239 unsigned char maxAlpha = preserveAlphaValues ? 255 : clampRGBAValue(totals[3] / divisor + bias); local
241 image->set(pixel++, clampRGBAValue(totals[i] / divisor + bias, maxAlpha));
247 image->set(pixel++, maxAlpha);

Completed in 106 milliseconds