Searched refs:fIsEmpty (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/src/core/ |
D | SkRasterClip.cpp | 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() [all …]
|
D | SkRasterClip.h | 41 SkASSERT(this->computeIsEmpty() == fIsEmpty); in isEmpty() 42 return fIsEmpty; in isEmpty() 95 bool fIsEmpty; variable 109 fIsEmpty = this->computeIsEmpty(); 112 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) { 119 return !fIsEmpty;
|
D | SkScalerCache.h | 32 , fIsEmpty(glyph.isEmpty()) 37 bool isEmpty() const {return fIsEmpty; } in isEmpty() 45 uint32_t fIsEmpty : 1; variable
|
/third_party/flutter/skia/src/core/ |
D | SkRasterClip.cpp | 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()
|
D | SkRasterClip.h | 80 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;
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.cpp | 247 if (cbInfo.fIsEmpty && in submit() 273 if (cbInfo.fIsEmpty && cbInfo.fLoadStoreState == LoadStoreState::kStartsWithDiscard) { in submit() 439 cbInfo.fIsEmpty = false; in onClearStencilClip() 459 if (cbInfo.fIsEmpty && !clip.scissorEnabled()) { in onClear() 517 cbInfo.fIsEmpty = false; in onClear() 567 if (!fCommandBufferInfos[fCurrentCmdInfo].fIsEmpty) { in inlineUpload() 578 if (!cbInfo.fIsEmpty || LoadStoreState::kStartsWithClear == cbInfo.fLoadStoreState) { in copy() 620 if (!cbInfo.fIsEmpty) { in transferFrom() 834 cbInfo.fIsEmpty = false; in onDraw() 907 cbInfo.fIsEmpty = false; in executeDrawable()
|
D | GrVkGpuCommandBuffer.h | 201 bool fIsEmpty = true; member
|
/third_party/icu/icu4c/source/i18n/ |
D | tznames_impl.h | 151 UBool fIsEmpty; variable
|
D | tznames_impl.cpp | 178 fLazyContents(NULL), fIsEmpty(TRUE), fValueDeleter(valueDeleter) { in TextTrieMap() 202 return fIsEmpty; in isEmpty() 220 fIsEmpty = FALSE; in put()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tznames_impl.h | 151 UBool fIsEmpty; variable
|
D | tznames_impl.cpp | 178 fLazyContents(NULL), fIsEmpty(TRUE), fValueDeleter(valueDeleter) { in TextTrieMap() 202 return fIsEmpty; in isEmpty() 220 fIsEmpty = FALSE; in put()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | tznames_impl.h | 151 UBool fIsEmpty; variable
|
D | tznames_impl.cpp | 176 fLazyContents(NULL), fIsEmpty(TRUE), fValueDeleter(valueDeleter) { in TextTrieMap() 200 return fIsEmpty; in isEmpty() 218 fIsEmpty = FALSE; in put()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | tznames_impl.h | 151 UBool fIsEmpty; variable
|
D | tznames_impl.cpp | 178 fLazyContents(NULL), fIsEmpty(TRUE), fValueDeleter(valueDeleter) { in TextTrieMap() 202 return fIsEmpty; in isEmpty() 220 fIsEmpty = FALSE; in put()
|