Home
last modified time | relevance | path

Searched defs:startValue (Results 1 – 7 of 7) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
DSliceFunction.java39 Value startValue = args[1]; 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/aac/libFDK/include/
DFDK_crc.h124 USHORT startValue; /*!< CRC start value. */ member
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollAnimatorNone.cpp183 double startValue = curveIntegralAt(curve, startT); in attackArea() local
190 double startValue = curveIntegralAt(curve, 1 - endT); in releaseArea() local
/external/chromium_org/third_party/icu/source/i18n/
Dcalendar.cpp3162 int32_t Calendar::getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, … in getActualHelper()
/external/icu4c/i18n/
Dcalendar.cpp3449 int32_t Calendar::getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, … in getActualHelper()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser-in.cpp4645 RefPtr<CSSValue> startValue = parseGridPosition(); in parseGridItemPositionShorthand() local