Searched refs:fIsEmpty (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkRasterClip.h | 29 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;
|
D | SkRasterClip.cpp | 22 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() 381 SkASSERT(this->computeIsEmpty() == fIsEmpty); in validate()
|
/external/skia/tools/ |
D | image_expectations.cpp | 106 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()
|
D | image_expectations.h | 139 const bool fIsEmpty; variable
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.h | 146 UBool fIsEmpty; variable
|
D | tznames_impl.cpp | 147 fLazyContents(NULL), fIsEmpty(TRUE), fValueDeleter(valueDeleter) { in TextTrieMap() 171 return fIsEmpty; in isEmpty() 189 fIsEmpty = FALSE; in put()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |