Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/core/
DSkRasterClip.h29 SkASSERT(this->computeIsEmpty() == fIsEmpty); in isEmpty()
30 return fIsEmpty; in isEmpty()
83 bool fIsEmpty; variable
95 fIsEmpty = this->computeIsEmpty();
98 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {
105 return !fIsEmpty;
DSkRasterClip.cpp22 fIsEmpty = src.isEmpty(); in SkRasterClip()
30 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute in SkRasterClip()
31 fIsRect = !fIsEmpty; in SkRasterClip()
38 fIsEmpty = true; in SkRasterClip()
61 fIsEmpty = true; in setEmpty()
72 fIsEmpty = !fIsRect; in setRect()
384 SkASSERT(this->computeIsEmpty() == fIsEmpty); in validate()
/external/skia/src/core/
DSkRasterClip.h27 SkASSERT(this->computeIsEmpty() == fIsEmpty); in isEmpty()
28 return fIsEmpty; in isEmpty()
84 bool fIsEmpty; variable
96 fIsEmpty = this->computeIsEmpty(); in updateCacheAndReturnNonEmpty()
98 return !fIsEmpty; in updateCacheAndReturnNonEmpty()
DSkRasterClip.cpp13 fIsEmpty = true; in SkRasterClip()
28 fIsEmpty = src.isEmpty(); in SkRasterClip()
35 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute in SkRasterClip()
36 fIsRect = !fIsEmpty; in SkRasterClip()
58 fIsEmpty = true; in setEmpty()
69 fIsEmpty = !fIsRect; in setRect()
238 SkASSERT(this->computeIsEmpty() == fIsEmpty); in validate()
/external/chromium_org/third_party/skia/tools/
Dimage_expectations.cpp106 fIsEmpty(true), fIgnoreFailure(ignoreFailure), fImageDigest(kDummyImageDigest) {} in Expectation()
109 fIsEmpty(false), fIgnoreFailure(ignoreFailure), fImageDigest(hashType, hashValue) {} in Expectation()
112 fIsEmpty(false), fIgnoreFailure(ignoreFailure), fImageDigest(bitmap) {} in Expectation()
116 bool Expectation::empty() const { return this->fIsEmpty; } in empty()
119 return !(this->fIsEmpty) && (this->fImageDigest.equals(imageDigest)); in matches()
Dimage_expectations.h139 const bool fIsEmpty; variable
/external/icu/icu4c/source/i18n/
Dtznames_impl.h146 UBool fIsEmpty; variable
Dtznames_impl.cpp117 fLazyContents(NULL), fIsEmpty(TRUE), fValueDeleter(valueDeleter) { in TextTrieMap()
141 return fIsEmpty; in isEmpty()
159 fIsEmpty = FALSE; in put()
/external/chromium_org/third_party/icu/source/i18n/
Dtznames_impl.h146 UBool fIsEmpty; variable
Dtznames_impl.cpp117 fLazyContents(NULL), fIsEmpty(TRUE), fValueDeleter(valueDeleter) { in TextTrieMap()
141 return fIsEmpty; in isEmpty()
159 fIsEmpty = FALSE; in put()