OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filterImageGPUGeneric
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/effects/
SkMorphologyImageFilter.h
43
bool
filterImageGPUGeneric
(bool dilate, Proxy* proxy, const SkBitmap& src,
/external/chromium_org/third_party/skia/src/effects/
SkMorphologyImageFilter.cpp
557
bool SkMorphologyImageFilter::
filterImageGPUGeneric
(bool dilate,
603
return this->
filterImageGPUGeneric
(true, proxy, src, ctx, result, offset);
608
return this->
filterImageGPUGeneric
(false, proxy, src, ctx, result, offset);
Completed in 56 milliseconds