OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filterPtr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
ShaderImageFilterTest.cpp
55
const SkPMColor*
filterPtr
= filterResult.getAddr32(0, y);
57
for (int x = 0; x < r.width(); ++x, ++
filterPtr
, ++shaderPtr) {
58
REPORTER_ASSERT(reporter, *
filterPtr
== *shaderPtr);
/external/chromium_org/third_party/skia/include/core/
SkImageFilter.h
138
* "
filterPtr
" parameter if it can. Does nothing otherwise.
139
* If this returns false, then the
filterPtr
is unchanged.
140
* If this returns true, then if
filterPtr
is not null, it must be set to a ref'd colorfitler
143
virtual bool asColorFilter(SkColorFilter**
filterPtr
) const;
Completed in 41 milliseconds