computeArithmeticPixels  210 Source/platform/graphics/filters/FEComposite.cpp             computeArithmeticPixels<1, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
computeArithmeticPixels  212 Source/platform/graphics/filters/FEComposite.cpp             computeArithmeticPixels<0, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
computeArithmeticPixels  215 Source/platform/graphics/filters/FEComposite.cpp             computeArithmeticPixels<1, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
computeArithmeticPixels  217 Source/platform/graphics/filters/FEComposite.cpp             computeArithmeticPixels<0, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);