Home
last modified time | relevance | path

Searched defs:endValue (Results 1 – 4 of 4) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
DSliceFunction.java40 Value endValue = args[2]; in execute() local
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DFastMath.java106 public static float interpolateLinear(float scale, float startValue, float endValue) { in interpolateLinear()
132 …public static Vector3f interpolateLinear(float scale, Vector3f startValue, Vector3f endValue, Vect… in interpolateLinear()
154 public static Vector3f interpolateLinear(float scale, Vector3f startValue, Vector3f endValue) { in interpolateLinear()
168 public static float extrapolateLinear(float scale, float startValue, float endValue) { in extrapolateLinear()
186 …public static Vector3f extrapolateLinear(float scale, Vector3f startValue, Vector3f endValue, Vect… in extrapolateLinear()
209 public static Vector3f extrapolateLinear(float scale, Vector3f startValue, Vector3f endValue) { in extrapolateLinear()
/external/icu4c/i18n/
Dcalendar.cpp2341 int32_t endValue = getMinimum(field); in getActualMinimum() local
3187 int32_t Calendar::getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, … in getActualHelper()
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp1768 …const TransformAnimationValue* endValue = static_cast<const TransformAnimationValue*>(valueList.at… in setTransformAnimationEndpoints() local