Searched refs:fIsEmpty (Results 1 – 10 of 10) sorted by relevance
138 fIsEmpty = src.isEmpty(); in SkRasterClip()146 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute in SkRasterClip()147 fIsRect = !fIsEmpty; in SkRasterClip()153 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute in SkRasterClip()154 fIsRect = !fIsEmpty; in SkRasterClip()160 fIsEmpty = true; in SkRasterClip()176 SkASSERT(fIsEmpty == other.fIsEmpty); in operator ==()197 fIsEmpty = true; in setEmpty()208 fIsEmpty = !fIsRect; in setRect()466 SkASSERT(this->computeIsEmpty() == fIsEmpty); in validate()
80 SkASSERT(this->computeIsEmpty() == fIsEmpty); in isEmpty()81 return fIsEmpty; in isEmpty()138 bool fIsEmpty; variable151 fIsEmpty = this->computeIsEmpty();154 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {161 return !fIsEmpty;
187 if (cbInfo.fIsEmpty && in submit()213 if (cbInfo.fIsEmpty && cbInfo.fLoadStoreState == LoadStoreState::kStartsWithDiscard) { in submit()319 if (cbInfo.fIsEmpty) { in discard()404 cbInfo.fIsEmpty = false; in onClearStencilClip()424 if (cbInfo.fIsEmpty && !clip.scissorEnabled()) { in onClear()486 cbInfo.fIsEmpty = false; in onClear()545 if (!fCommandBufferInfos[fCurrentCmdInfo].fIsEmpty) { in inlineUpload()554 if (!cbInfo.fIsEmpty || LoadStoreState::kStartsWithClear == cbInfo.fLoadStoreState) { in copy()660 if (!cbInfo.fIsEmpty && in prepareDrawState()793 cbInfo.fIsEmpty = false; in onDraw()[all …]
187 bool fIsEmpty = true; member
186 if (cbInfo.fIsEmpty && in submit()214 if (cbInfo.fIsEmpty && cbInfo.fLoadStoreState == LoadStoreState::kStartsWithDiscard) { in submit()322 if (cbInfo.fIsEmpty) { in discard()407 cbInfo.fIsEmpty = false; in onClearStencilClip()427 if (cbInfo.fIsEmpty && !clip.scissorEnabled()) { in onClear()489 cbInfo.fIsEmpty = false; in onClear()548 if (!fCommandBufferInfos[fCurrentCmdInfo].fIsEmpty) { in inlineUpload()557 if (!cbInfo.fIsEmpty || LoadStoreState::kStartsWithClear == cbInfo.fLoadStoreState) { in copy()666 if (!cbInfo.fIsEmpty && in prepareDrawState()799 cbInfo.fIsEmpty = false; in onDraw()
151 UBool fIsEmpty; variable
176 fLazyContents(NULL), fIsEmpty(TRUE), fValueDeleter(valueDeleter) { in TextTrieMap()200 return fIsEmpty; in isEmpty()218 fIsEmpty = FALSE; in put()