Searched defs:setLooper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp444 SkDrawLooper* SkPaint::setLooper(SkDrawLooper* looper) { function in class:SkPaint
2177 SkSafeUnref(this->setLooper(buffer.readDrawLooper()));
2190 this->setLooper(NULL);
/external/skia/src/core/
H A DSkPaint.cpp467 SkDrawLooper* SkPaint::setLooper(SkDrawLooper* looper) { function in class:SkPaint
2243 SkSafeUnref(this->setLooper(buffer.readDrawLooper()));
2256 this->setLooper(NULL);

Completed in 81 milliseconds