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

  /external/chromium_org/third_party/skia/src/core/
SkRasterClip.h 155 SkASSERT(fClipRgn);
156 return fClipRgn->getBounds();
159 SkASSERT(fClipRgn);
160 return *fClipRgn;
171 const SkRegion* fClipRgn;
SkRasterClip.cpp 392 SkDEBUGCODE(fClipRgn = NULL;)
408 fClipRgn = &fBWRgn;
415 fClipRgn = &clip.bwRgn();
422 fClipRgn = &fBWRgn;

Completed in 160 milliseconds