Searched defs:interp (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | Interpolator.cpp | 15 SkInterpolator* interp = reinterpret_cast<SkInterpolator*>(interpHandle); in Interpolator_destructor() local 21 SkInterpolator* interp = reinterpret_cast<SkInterpolator*>(interpHandle); in Interpolator_reset() local 27 SkInterpolator* interp = reinterpret_cast<SkInterpolator*>(interpHandle); in Interpolator_setKeyFrame() local 43 SkInterpolator* interp = reinterpret_cast<SkInterpolator*>(interpHandle); in Interpolator_setRepeatMirror() local 53 SkInterpolator* interp = reinterpret_cast<SkInterpolator*>(interpHandle); in Interpolator_timeToValues() local
|
/frameworks/rs/ |
D | rsAnimation.cpp | 126 RsAnimationInterpolation interp, in rsi_AnimationCreate()
|
/frameworks/av/media/libeffects/testlibs/ |
D | AudioCoefInterpolator.cpp | 78 audio_coef_t AudioCoefInterpolator::interp(audio_coef_t lo, audio_coef_t hi, in interp() function in android::AudioCoefInterpolator
|
/frameworks/av/services/audioflinger/ |
D | AudioResamplerCubic.h | 50 static inline int32_t interp(state* p, int32_t x) { in interp() function
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskViewTransform.java | 80 public void applyToTaskView(View v, int duration, Interpolator interp, boolean allowLayers, in applyToTaskView()
|
/frameworks/base/core/java/android/widget/ |
D | EdgeEffect.java | 359 final float interp = mInterpolator.getInterpolation(t); in update() local
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
D | PointCloud.java | 198 private float interp(float min, float max, float f) { in interp() method in PointCloud
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimatedStateListDrawable.java | 278 final FrameInterpolator interp = new FrameInterpolator(ad, reversed); in AnimationDrawableTransition() local
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 1326 LDSection& interp = getOutputFormat()->getInterp(); in sizeInterp() local 1334 const LDSection& interp = getOutputFormat()->getInterp(); in emitInterp() local
|