/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/ |
D | TemporalAction.java | 27 private Interpolation interpolation; field in TemporalAction 37 public TemporalAction (float duration, Interpolation interpolation) { in TemporalAction() 122 public void setInterpolation (Interpolation interpolation) { in setInterpolation()
|
D | Actions.java | 74 static public MoveToAction moveTo (float x, float y, float duration, Interpolation interpolation) { in moveTo() 90 …tion moveToAligned (float x, float y, int alignment, float duration, Interpolation interpolation) { in moveToAligned() 107 …c MoveByAction moveBy (float amountX, float amountY, float duration, Interpolation interpolation) { in moveBy() 124 static public SizeToAction sizeTo (float x, float y, float duration, Interpolation interpolation) { in sizeTo() 141 …c SizeByAction sizeBy (float amountX, float amountY, float duration, Interpolation interpolation) { in sizeBy() 158 …static public ScaleToAction scaleTo (float x, float y, float duration, Interpolation interpolation… in scaleTo() 175 …ScaleByAction scaleBy (float amountX, float amountY, float duration, Interpolation interpolation) { in scaleBy() 192 …static public RotateToAction rotateTo (float rotation, float duration, Interpolation interpolation… in rotateTo() 209 …ublic RotateByAction rotateBy (float rotationAmount, float duration, Interpolation interpolation) { in rotateBy() 228 static public ColorAction color (Color color, float duration, Interpolation interpolation) { in color() [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/ |
D | DragScrollListener.java | 30 Interpolation interpolation = Interpolation.exp5In; field in DragScrollListener
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | InterpolationTest.java | 159 Interpolation interpolation = getInterpolation(selectedInterpolation); in render() local
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
D | Slider.java | 159 public void setVisualInterpolationInverse (Interpolation interpolation) { in setVisualInterpolationInverse()
|
D | ProgressBar.java | 317 public void setVisualInterpolation (Interpolation interpolation) { in setVisualInterpolation()
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
D | AbstractHeightMap.java | 183 float interpolation; in getInterpolatedHeight() local
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 271 int interpolation = 0; in Scale2D() local
|
/external/deqp/framework/opengl/ |
D | gluVarType.cpp | 177 const char* getInterpolationName (Interpolation interpolation) in getInterpolationName()
|
D | gluVarType.hpp | 264 Interpolation interpolation; member
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 107 Interpolation interpolation; //!< Interpolation mode (smooth, flat, centroid). member 1337 … deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation) in BasicTypeCase() 1351 … deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation) in BasicArrayCase() 1376 … deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation) in ArrayElementCase()
|
D | es3fRasterizationTests.cpp | 2281 …tcu::TestCaseGroup* const interpolation = new tcu::TestCaseGroup(m_testCtx, "interpolation", "Test… in init() local 2390 …tcu::TestCaseGroup* const interpolation = new tcu::TestCaseGroup(m_testCtx, "interpolation", "Non-… in init() local
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
D | sm4_to_tgsi.cpp | 43 unsigned interpolation; member
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 1863 int width, int height, int interpolation) { in InterpolatePlane() 1933 int width, int height, int interpolation) { in ARGBInterpolate() 1951 int width, int height, int interpolation) { in I420Interpolate()
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Vector2.java | 403 public Vector2 interpolate (Vector2 target, float alpha, Interpolation interpolation) { in interpolate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 157 glu::Interpolation getGluInterpolation (VaryingInterpolation interpolation) in getGluInterpolation() 173 VaryingInterpolation getVaryingInterpolation (glu::Interpolation interpolation) in getVaryingInterpolation()
|
D | es31fShaderMultisampleInterpolationTests.cpp | 1522 std::string interpolation; in genShaderSource() local
|
D | es31fProgramInterfaceQueryTests.cpp | 404 InterpolationQualifier (const SharedPtr& enclosing, const glu::Interpolation& interpolation) in InterpolationQualifier()
|
/external/mesa3d/src/glsl/ |
D | ir.h | 411 unsigned interpolation:2; variable
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/ |
D | sm4.h | 115 unsigned interpolation : 5; member
|
/external/deqp/modules/gles2/functional/ |
D | es2fRasterizationTests.cpp | 1899 …tcu::TestCaseGroup* const interpolation = new tcu::TestCaseGroup(m_testCtx, "interpolation", "Test… in init() local
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1832 int width, int height, int interpolation) { in ARGBInterpolate()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | web-animations.min.js | 15 …r b={};for(var c in a)b[c]=a[c];return b}function d(){this._delay=0,this._endDelay=0,this._fill="n… argument
|
D | web-animations-next-lite.min.js | 15 …r b={};for(var c in a)b[c]=a[c];return b}function d(){this._delay=0,this._endDelay=0,this._fill="n… function
|
D | web-animations-next.min.js | 15 …r b={};for(var c in a)b[c]=a[c];return b}function d(){this._delay=0,this._endDelay=0,this._fill="n… function
|