HomeSort by relevance Sort by last modified time
    Searched refs:filterPtr (Results 1 - 4 of 4) 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/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 136 * "filterPtr" parameter if it can. Does nothing otherwise.
137 * If this returns false, then the filterPtr is unchanged.
138 * If this returns true, then if filterPtr is not null, it must be set to a ref'd colorfitler
141 virtual bool asColorFilter(SkColorFilter** filterPtr) const;
  /external/skia/include/core/
SkImageFilter.h 136 * "filterPtr" parameter if it can. Does nothing otherwise.
137 * If this returns false, then the filterPtr is unchanged.
138 * If this returns true, then if filterPtr is not null, it must be set to a ref'd colorfitler
141 virtual bool asColorFilter(SkColorFilter** filterPtr) const;

Completed in 452 milliseconds