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

/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEConvolveMatrix.h100 void fastSetOuterPixels(PaintingData&, int x1, int y1, int x2, int y2);
H A DFEConvolveMatrix.cpp205 For other regions, fastSetOuterPixels is used, which calls getPixelValue,
318 void FEConvolveMatrix::fastSetOuterPixels(PaintingData& paintingData, int x1, int y1, int x2, int y2) function in class:WebCore::FEConvolveMatrix
388 fastSetOuterPixels<true>(paintingData, x1, y1, x2, y2);
390 fastSetOuterPixels<false>(paintingData, x1, y1, x2, y2);

Completed in 51 milliseconds