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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PathMeasure_Delegate.java 171 boolean isZeroLength = true; // Whether the output has zero length or not
191 isZeroLength = isZeroLength && iterator.getCurrentSegmentLength() > 0;
221 return !isZeroLength;
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 217 if (li.isZeroLength(LIS.getSlotIndexes())) {
  /external/skia/include/core/
SkPath.h     [all...]
  /external/skia/src/core/
SkStroke.cpp 143 bool isZeroLength() const {
144 return fInner.isZeroLength() && fOuter.isZeroLength();
    [all...]
SkPath.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 539 bool isZeroLength(SlotIndexes *Indexes) const {

Completed in 537 milliseconds