HomeSort by relevance Sort by last modified time
    Searched defs:fRgn (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkBlitter.h 116 fRgn = clipRgn;
129 const SkRegion* fRgn;
SkRegion.h 305 Iterator() : fRgn(NULL), fDone(true) {}
315 const SkRegion* rgn() const { return fRgn; }
318 const SkRegion* fRgn;
  /frameworks/base/core/jni/android/graphics/
Region.cpp 209 SkRegion fRgn; // a copy of the caller's region
210 SkRegion::Iterator fIter; // an iterator acting upon the copy (fRgn)
212 RgnIterPair(const SkRegion& rgn) : fRgn(rgn) {
213 // have our iterator reference our copy (fRgn), so we know it will be
215 fIter.reset(fRgn);

Completed in 112 milliseconds