HomeSort by relevance Sort by last modified time
    Searched full:fdrawlooper (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkPaint.cpp 78 , COPY(fDrawLooper)
99 MOVE(fDrawLooper);
126 ASSIGN(fDrawLooper);
153 MOVE(fDrawLooper);
176 && EQUAL(fDrawLooper)
373 void SkPaint::setLooper(sk_sp<SkDrawLooper> looper) { fDrawLooper = std::move(looper); }
    [all...]
  /external/skia/include/core/
SkPaint.h 602 SkDrawLooper* getDrawLooper() const { return fDrawLooper.get(); }
605 SkDrawLooper* getLooper() const { return fDrawLooper.get(); }
    [all...]

Completed in 189 milliseconds