OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fastSetOuterPixels
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.h
100
void
fastSetOuterPixels
(PaintingData&, int x1, int y1, int x2, int y2);
FEConvolveMatrix.cpp
205
For other regions,
fastSetOuterPixels
is used, which calls getPixelValue,
318
void FEConvolveMatrix::
fastSetOuterPixels
(PaintingData& paintingData, int x1, int y1, int x2, int y2)
388
fastSetOuterPixels
<true>(paintingData, x1, y1, x2, y2);
390
fastSetOuterPixels
<false>(paintingData, x1, y1, x2, y2);
Completed in 41 milliseconds