Lines Matching refs:fIsEmpty
14 , fIsEmpty(that.fIsEmpty) in SkRasterClip()
39 fIsEmpty = that.isEmpty(); in operator =()
48 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute in SkRasterClip()
49 fIsRect = !fIsEmpty; in SkRasterClip()
55 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute in SkRasterClip()
56 fIsRect = !fIsEmpty; in SkRasterClip()
62 fIsEmpty = true; in SkRasterClip()
75 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute in SkRasterClip()
90 fIsEmpty = true; in setEmpty()
101 fIsEmpty = !fIsRect; in setRect()
287 SkASSERT(this->computeIsEmpty() == fIsEmpty); in validate()