Home
last modified time | relevance | path

Searched refs:toLength (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShadowList.cpp78 size_t toLength = to ? to->shadows().size() : 0; in blend() local
79 if (!fromLength && !toLength) in blend()
87 size_t maxLength = std::max(fromLength, toLength); in blend()
90 const ShadowData* toShadow = i < toLength ? &to->shadows()[i] : 0; in blend()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLength.cpp450 RefPtr<SVGLength> toLength = toSVGLength(toValue); in calculateAnimatedValue() local
455 …ntage, repeatCount, fromLength->value(lengthContext, IGNORE_EXCEPTION), toLength->value(lengthCont… in calculateAnimatedValue()
458 m_unitType = percentage < 0.5 ? fromLength->unitType() : toLength->unitType(); in calculateAnimatedValue()
465 RefPtr<SVGLength> toLength = toSVGLength(toValue); in calculateDistance() local
467 …return fabsf(toLength->value(lengthContext, IGNORE_EXCEPTION) - value(lengthContext, IGNORE_EXCEPT… in calculateDistance()
/external/icu/icu4c/source/i18n/
Ducurr.cpp2069 int32_t toLength = 0; in ucurr_createCurrencyList() local
2070 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_createCurrencyList()
2267 int32_t toLength = 0; in ucurr_countCurrencies() local
2269 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_countCurrencies()
2391 int32_t toLength = 0; in ucurr_forLocaleAndDate() local
2393 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_forLocaleAndDate()
/external/chromium_org/third_party/icu/source/i18n/
Ducurr.cpp2069 int32_t toLength = 0; in ucurr_createCurrencyList() local
2070 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_createCurrencyList()
2267 int32_t toLength = 0; in ucurr_countCurrencies() local
2269 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_countCurrencies()
2391 int32_t toLength = 0; in ucurr_forLocaleAndDate() local
2393 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_forLocaleAndDate()
/external/deqp/modules/gles2/scripts/
Dgenutil.py88 def repeatToLength(lst, toLength): argument
89 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]
/external/deqp/modules/gles31/scripts/
Dgenutil.py88 def repeatToLength(lst, toLength): argument
89 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]
/external/deqp/modules/gles3/scripts/
Dgenutil.py88 def repeatToLength(lst, toLength): argument
89 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]