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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShadowList.cpp 78 size_t toLength = to ? to->shadows().size() : 0;
79 if (!fromLength && !toLength)
87 size_t maxLength = std::max(fromLength, toLength);
90 const ShadowData* toShadow = i < toLength ? &to->shadows()[i] : 0;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.cpp 450 RefPtr<SVGLength> toLength = toSVGLength(toValue);
455 animationElement->animateAdditiveNumber(percentage, repeatCount, fromLength->value(lengthContext, IGNORE_EXCEPTION), toLength->value(lengthContext, IGNORE_EXCEPTION), toAtEndOfDurationLength->value(lengthContext, IGNORE_EXCEPTION), animatedNumber);
458 m_unitType = percentage < 0.5 ? fromLength->unitType() : toLength->unitType();
465 RefPtr<SVGLength> toLength = toSVGLength(toValue);
467 return fabsf(toLength->value(lengthContext, IGNORE_EXCEPTION) - value(lengthContext, IGNORE_EXCEPTION));
  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp     [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp     [all...]
  /external/deqp/modules/gles2/scripts/
genutil.py 88 def repeatToLength(lst, toLength):
89 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]
  /external/deqp/modules/gles3/scripts/
genutil.py 88 def repeatToLength(lst, toLength):
89 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]
  /external/deqp/modules/gles31/scripts/
genutil.py 88 def repeatToLength(lst, toLength):
89 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]

Completed in 227 milliseconds