Lines Matching refs:fIsEmpty
22 , fIsEmpty(that.fIsEmpty) in SkRasterClip()
47 fIsEmpty = that.isEmpty(); in operator =()
56 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute in SkRasterClip()
57 fIsRect = !fIsEmpty; in SkRasterClip()
63 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute in SkRasterClip()
64 fIsRect = !fIsEmpty; in SkRasterClip()
70 fIsEmpty = true; in SkRasterClip()
83 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute in SkRasterClip()
98 fIsEmpty = true; in setEmpty()
109 fIsEmpty = !fIsRect; in setRect()
295 SkASSERT(this->computeIsEmpty() == fIsEmpty); in validate()