Searched defs:fromLength (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
H A DFilterOperation.cpp124 Length fromLength = fromOp ? fromOp->m_stdDeviation : Length(lengthType); local
125 return BlurFilterOperation::create(m_stdDeviation.blend(fromLength, progress), m_type);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedLength.cpp78 const SVGLength& fromLength = from->length(); local
81 toLength.setValue(toLength.value(lengthContext) + fromLength.value(lengthContext), lengthContext, ASSERT_NO_EXCEPTION);
/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DCSSPropertyAnimation.cpp232 size_t fromLength = from.size(); local
234 if (!fromLength)
239 size_t resultLength = fromLength;
240 if (fromLength != toLength) {
241 if (!(fromLength % toLength))
242 resultLength = fromLength;
243 else if (!(toLength % fromLength))
246 resultLength = fromLength * toLength;
250 result[i] = to[i % toLength].blend(from[i % fromLength], narrowPrecisionToFloat(progress));
579 int fromLength local
617 blendMismatchedShadowLists(const AnimationBase* anim, double progress, const ShadowData* shadowA, const ShadowData* shadowB, int fromLength, int toLength) const argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducurr.cpp1880 int32_t fromLength = 0; local
1882 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus);
2004 int32_t fromLength = 0; local
2006 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus);
/external/icu4c/i18n/
H A Ducurr.cpp1881 int32_t fromLength = 0; local
1882 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus);
2045 int32_t fromLength = 0; local
2047 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus);
2169 int32_t fromLength = 0; local
2171 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus);

Completed in 190 milliseconds