Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRasterClip.cpp22 , 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 …]
DSkRasterClip.h48 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;
DSkGlyph.h339 bool isEmpty() const { return fIsEmpty; } in isEmpty()
401 uint64_t fIsEmpty : 1; member
DSkGlyph.cpp629 , fIsEmpty(glyph.isEmpty())
/external/icu/libicu/cts_headers/
Dtznames_impl.h152 UBool fIsEmpty; variable
/external/cronet/tot/third_party/icu/source/i18n/
Dtznames_impl.h151 UBool fIsEmpty; variable
Dtznames_impl.cpp188 fLazyContents(nullptr), fIsEmpty(true), fValueDeleter(valueDeleter) { in TextTrieMap()
212 return fIsEmpty; in isEmpty()
230 fIsEmpty = false; in put()
/external/icu/icu4c/source/i18n/
Dtznames_impl.h152 UBool fIsEmpty; variable
Dtznames_impl.cpp191 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/
Dtznames_impl.h151 UBool fIsEmpty; variable
Dtznames_impl.cpp188 fLazyContents(nullptr), fIsEmpty(true), fValueDeleter(valueDeleter) { in TextTrieMap()
212 return fIsEmpty; in isEmpty()
230 fIsEmpty = false; in put()