Searched refs:fIsEmpty (Results 1 – 9 of 9) 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/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/node/deps/icu-small/source/i18n/ |
D | tznames_impl.h | 151 UBool fIsEmpty; variable
|
D | tznames_impl.cpp | 188 fLazyContents(nullptr), fIsEmpty(true), fValueDeleter(valueDeleter) { in TextTrieMap() 212 return fIsEmpty; in isEmpty() 230 fIsEmpty = false; in put()
|
/third_party/icu/icu4c/source/i18n/ |
D | tznames_impl.h | 151 UBool fIsEmpty; variable
|
D | tznames_impl.cpp | 188 fLazyContents(NULL), fIsEmpty(true), fValueDeleter(valueDeleter) { in TextTrieMap() 212 return fIsEmpty; in isEmpty() 230 fIsEmpty = false; in put()
|