OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fastSetInteriorPixels
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.h
95
ALWAYS_INLINE void
fastSetInteriorPixels
(PaintingData&, int clipRight, int clipBottom);
FEConvolveMatrix.cpp
204
a fast algoritm to calculate these values, called
fastSetInteriorPixels
.
240
ALWAYS_INLINE void FEConvolveMatrix::
fastSetInteriorPixels
(PaintingData& paintingData, int clipRight, int clipBottom)
378
fastSetInteriorPixels
<true>(paintingData, clipRight, clipBottom);
380
fastSetInteriorPixels
<false>(paintingData, clipRight, clipBottom);
Completed in 33 milliseconds