OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filterImageGeneric
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/effects/
SkMorphologyImageFilter.h
34
bool
filterImageGeneric
(Proc procX, Proc procY,
/external/chromium_org/third_party/skia/src/effects/
SkMorphologyImageFilter.cpp
142
bool SkMorphologyImageFilter::
filterImageGeneric
(SkMorphologyImageFilter::Proc procX,
223
return this->
filterImageGeneric
(erodeXProc, erodeYProc, proxy, source, ctx, dst, offset);
237
return this->
filterImageGeneric
(dilateXProc, dilateYProc, proxy, source, ctx, dst, offset);
Completed in 160 milliseconds