Home
last modified time | relevance | path

Searched refs:fromLength (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShadowList.cpp77 size_t fromLength = from ? from->shadows().size() : 0; in blend() local
79 if (!fromLength && !toLength) in blend()
87 size_t maxLength = std::max(fromLength, toLength); in blend()
89 const ShadowData* fromShadow = i < fromLength ? &from->shadows()[i] : 0; in blend()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLength.cpp449 RefPtr<SVGLength> fromLength = toSVGLength(fromValue); in calculateAnimatedValue() local
455 …animationElement->animateAdditiveNumber(percentage, repeatCount, fromLength->value(lengthContext, … in calculateAnimatedValue()
458 m_unitType = percentage < 0.5 ? fromLength->unitType() : toLength->unitType(); in calculateAnimatedValue()
/external/icu/icu4c/source/i18n/
Ducurr.cpp2055 int32_t fromLength = 0; in ucurr_createCurrencyList() local
2056 … const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_createCurrencyList()
2257 int32_t fromLength = 0; in ucurr_countCurrencies() local
2259 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_countCurrencies()
2381 int32_t fromLength = 0; in ucurr_forLocaleAndDate() local
2383 … const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_forLocaleAndDate()
/external/chromium_org/third_party/icu/source/i18n/
Ducurr.cpp2055 int32_t fromLength = 0; in ucurr_createCurrencyList() local
2056 … const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_createCurrencyList()
2257 int32_t fromLength = 0; in ucurr_countCurrencies() local
2259 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_countCurrencies()
2381 int32_t fromLength = 0; in ucurr_forLocaleAndDate() local
2383 … const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_forLocaleAndDate()