Searched defs:endValue (Results 1 – 4 of 4) sorted by relevance
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/ |
D | SliceFunction.java | 40 Value endValue = args[2]; in execute() local
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | FastMath.java | 106 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/ |
D | calendar.cpp | 2341 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/ |
D | GraphicsLayerCA.cpp | 1768 …const TransformAnimationValue* endValue = static_cast<const TransformAnimationValue*>(valueList.at… in setTransformAnimationEndpoints() local
|