Searched defs:interpolate (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftCubicResampler.java38 public void interpolate(float[] in, float[] in_offset, float in_end, method in class:SoftCubicResampler
H A DSoftLinearResampler.java38 public void interpolate(float[] in, float[] in_offset, float in_end, method in class:SoftLinearResampler
H A DSoftLinearResampler2.java40 public void interpolate(float[] in, float[] in_offset, float in_end, method in class:SoftLinearResampler2
H A DSoftPointResampler.java38 public void interpolate(float[] in, float[] in_offset, float in_end, method in class:SoftPointResampler
H A DSoftLanczosResampler.java77 public void interpolate(float[] in, float[] in_offset, float in_end, method in class:SoftLanczosResampler
H A DSoftSincResampler.java84 public void interpolate(float[] in, float[] in_offset, float in_end, method in class:SoftSincResampler
H A DSoftAbstractResampler.java317 interpolate(ibuffer[i], ix, ixend, current_pitch,
361 interpolate(ibuffer[i], ix, ixend, current_pitch,
383 public abstract void interpolate(float[] in, float[] in_offset, method in class:SoftAbstractResampler
/openjdk7/jdk/src/share/classes/java/awt/
H A DMultipleGradientPaintContext.java342 // 2 colors to interpolate
356 // the 2 colors (keyframes) to interpolate between
361 interpolate(rgb1, rgb2, gradients[i]);
412 // 2 colors to interpolate
426 interpolate(rgb1, rgb2, gradients[i]);
454 private void interpolate(int rgb1, int rgb2, int[] output) { method in class:MultipleGradientPaintContext

Completed in 26 milliseconds