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

  /external/skia/src/core/
SkRasterClip.h 31 SkASSERT(this->computeIsEmpty() == fIsEmpty);
32 return fIsEmpty;
86 bool fIsEmpty;
98 fIsEmpty = this->computeIsEmpty();
101 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {
108 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;
394 SkASSERT(this->computeIsEmpty() == 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 537 milliseconds