Home
last modified time | relevance | path

Searched refs:fIsEmpty (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/core/
DSkRasterClip.cpp138 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()
DSkRasterClip.h80 SkASSERT(this->computeIsEmpty() == fIsEmpty); in isEmpty()
81 return fIsEmpty; in isEmpty()
138 bool fIsEmpty; variable
151 fIsEmpty = this->computeIsEmpty();
154 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {
161 return !fIsEmpty;
/external/skqp/src/core/
DSkRasterClip.cpp138 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()
DSkRasterClip.h80 SkASSERT(this->computeIsEmpty() == fIsEmpty); in isEmpty()
81 return fIsEmpty; in isEmpty()
138 bool fIsEmpty; variable
151 fIsEmpty = this->computeIsEmpty();
154 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {
161 return !fIsEmpty;
/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp187 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 …]
DGrVkGpuCommandBuffer.h187 bool fIsEmpty = true; member
/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp186 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()
DGrVkGpuCommandBuffer.h187 bool fIsEmpty = true; member
/external/icu/icu4c/source/i18n/
Dtznames_impl.h151 UBool fIsEmpty; variable
Dtznames_impl.cpp176 fLazyContents(NULL), fIsEmpty(TRUE), fValueDeleter(valueDeleter) { in TextTrieMap()
200 return fIsEmpty; in isEmpty()
218 fIsEmpty = FALSE; in put()