Searched defs:startValue (Results 1 – 7 of 7) sorted by relevance
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/ |
D | SliceFunction.java | 39 Value startValue = args[1]; 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/aac/libFDK/include/ |
D | FDK_crc.h | 124 USHORT startValue; /*!< CRC start value. */ member
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollAnimatorNone.cpp | 183 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/ |
D | calendar.cpp | 3162 int32_t Calendar::getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, … in getActualHelper()
|
/external/icu4c/i18n/ |
D | calendar.cpp | 3449 int32_t Calendar::getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, … in getActualHelper()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSParser-in.cpp | 4645 RefPtr<CSSValue> startValue = parseGridPosition(); in parseGridItemPositionShorthand() local
|