Searched refs:fIsEmpty (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/core/ |
D | SkRasterClip.cpp | 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() [all …]
|
D | SkRasterClip.h | 48 SkASSERT(this->computeIsEmpty() == fIsEmpty); in isEmpty() 49 return fIsEmpty; in isEmpty() 102 bool fIsEmpty; variable 116 fIsEmpty = this->computeIsEmpty(); 119 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) { 126 return !fIsEmpty;
|
D | SkGlyph.h | 339 bool isEmpty() const { return fIsEmpty; } in isEmpty() 401 uint64_t fIsEmpty : 1; member
|
D | SkGlyph.cpp | 629 , fIsEmpty(glyph.isEmpty())
|
/external/icu/libicu/cts_headers/ |
D | tznames_impl.h | 152 UBool fIsEmpty; variable
|
/external/cronet/tot/third_party/icu/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()
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.h | 152 UBool fIsEmpty; variable
|
D | tznames_impl.cpp | 191 fLazyContents(nullptr), fIsEmpty(true), fValueDeleter(valueDeleter) { in TextTrieMap() 215 return fIsEmpty; in isEmpty() 233 fIsEmpty = false; in put()
|
/external/cronet/stable/third_party/icu/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()
|