HomeSort by relevance Sort by last modified time
    Searched refs:fIsEmpty (Results 1 - 8 of 8) sorted by null

  /external/skia/src/core/
SkRasterClip.h 29 SkASSERT(this->computeIsEmpty() == fIsEmpty);
30 return fIsEmpty;
83 bool fIsEmpty;
95 fIsEmpty = this->computeIsEmpty();
98 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {
105 return !fIsEmpty;
SkRasterClip.cpp 22 fIsEmpty = src.isEmpty();
30 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute
31 fIsRect = !fIsEmpty;
38 fIsEmpty = true;
61 fIsEmpty = true;
72 fIsEmpty = !fIsRect;
381 SkASSERT(this->computeIsEmpty() == fIsEmpty);
  /external/skia/tools/
image_expectations.cpp 106 fIsEmpty(true), fIgnoreFailure(ignoreFailure), fImageDigest(kDummyImageDigest) {}
109 fIsEmpty(false), fIgnoreFailure(ignoreFailure), fImageDigest(hashType, hashValue) {}
112 fIsEmpty(false), fIgnoreFailure(ignoreFailure), fImageDigest(bitmap) {}
116 bool Expectation::empty() const { return this->fIsEmpty; }
119 return !(this->fIsEmpty) && (this->fImageDigest.equals(imageDigest));
image_expectations.h 139 const bool fIsEmpty;
  /external/icu/icu4c/source/i18n/
tznames_impl.h 146 UBool fIsEmpty;
tznames_impl.cpp 147 fLazyContents(NULL), fIsEmpty(TRUE), fValueDeleter(valueDeleter) {
167 // Use a separate field for fIsEmpty because it will remain unchanged once the
171 return fIsEmpty;
189 fIsEmpty = FALSE;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 152 milliseconds