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

/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEComposite.cpp119 inline void computeArithmeticPixels(unsigned char* source, unsigned char* destination, int pixelArrayLength, function in namespace:WebCore
163 computeArithmeticPixels<0, 1, 1, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
167 computeArithmeticPixels<1, 1, 1, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
172 computeArithmeticPixels<0, 1, 1, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
175 computeArithmeticPixels<1, 1, 1, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);

Completed in 36 milliseconds