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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShadowList.cpp 83 size_t fromLength = from ? from->shadows().size() : 0;
85 if (!fromLength && !toLength)
93 size_t maxLength = std::max(fromLength, toLength);
95 const ShadowData* fromShadow = i < fromLength ? &from->shadows()[i] : 0;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedLength.cpp 78 const SVGLength& fromLength = from->length();
81 toLength.setValue(toLength.value(lengthContext) + fromLength.value(lengthContext), lengthContext, ASSERT_NO_EXCEPTION);
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp 207 size_t fromLength = from.size();
209 if (!fromLength)
214 size_t resultLength = fromLength;
215 if (fromLength != toLength) {
216 if (!(fromLength % toLength))
217 resultLength = fromLength;
218 else if (!(toLength % fromLength))
221 resultLength = fromLength * toLength;
225 result[i] = to[i % toLength].blend(from[i % fromLength], narrowPrecisionToFloat(progress));
    [all...]
  /external/icu4c/i18n/
ucurr.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp     [all...]

Completed in 271 milliseconds