HomeSort by relevance Sort by last modified time
    Searched refs:isZeroLength (Results 1 - 8 of 8) 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/swiftshader/third_party/LLVM/lib/CodeGen/
CalcSpillWeights.cpp 168 if (li.isZeroLength(LIS.getSlotIndexes())) {
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 222 if (li.isZeroLength(LIS.getSlotIndexes()) &&
  /external/skia/src/core/
SkStroke.cpp 145 bool isZeroLength() const {
146 return fInner.isZeroLength() && fOuter.isZeroLength();
    [all...]
SkPath.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveInterval.h 503 bool isZeroLength(SlotIndexes *Indexes) const {
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 539 bool isZeroLength(SlotIndexes *Indexes) const {
  /external/skia/include/core/
SkPath.h     [all...]

Completed in 604 milliseconds