inlineSetPixel    239 Source/platform/graphics/filters/FELighting.cpp     inlineSetPixel(offset, data, paintingData, lightX, lightY, factorX, factorY, normalVector);
inlineSetPixel    251 Source/platform/graphics/filters/FELighting.cpp             inlineSetPixel(offset, data, paintingData, x, y, cFactor1div4, cFactor1div4, normalVector);
inlineSetPixel    372 Source/platform/graphics/filters/FELighting.cpp             inlineSetPixel(offset, data, paintingData, x, 0, cFactor1div3, cFactor1div2, normalVector);
inlineSetPixel    378 Source/platform/graphics/filters/FELighting.cpp             inlineSetPixel(offset, data, paintingData, x, data.heightDecreasedByOne, cFactor1div3, cFactor1div2, normalVector);
inlineSetPixel    387 Source/platform/graphics/filters/FELighting.cpp             inlineSetPixel(offset, data, paintingData, 0, y, cFactor1div2, cFactor1div3, normalVector);
inlineSetPixel    393 Source/platform/graphics/filters/FELighting.cpp             inlineSetPixel(offset, data, paintingData, data.widthDecreasedByOne, y, cFactor1div2, cFactor1div3, normalVector);
inlineSetPixel     97 Source/platform/graphics/filters/FELighting.h     inline void inlineSetPixel(int offset, LightingData&, LightSource::PaintingData&,