OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filterPixels
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/effects/
SkMatrixConvolutionImageFilter.h
105
void
filterPixels
(const SkBitmap& src,
110
void
filterPixels
(const SkBitmap& src,
/external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp
205
void SkMatrixConvolutionImageFilter::
filterPixels
(const SkBitmap& src,
249
void SkMatrixConvolutionImageFilter::
filterPixels
(const SkBitmap& src,
254
filterPixels
<PixelFetcher, true>(src, result, rect, bounds);
256
filterPixels
<PixelFetcher, false>(src, result, rect, bounds);
264
filterPixels
<UncheckedPixelFetcher>(src, result, rect, bounds);
273
filterPixels
<ClampPixelFetcher>(src, result, rect, bounds);
276
filterPixels
<RepeatPixelFetcher>(src, result, rect, bounds);
279
filterPixels
<ClampToBlackPixelFetcher>(src, result, rect, bounds);
Completed in 62 milliseconds