Searched defs:interpolate (Results 1 - 8 of 8) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/media/sound/ |
H A D | SoftCubicResampler.java | 38 public void interpolate(float[] in, float[] in_offset, float in_end, method in class:SoftCubicResampler
|
H A D | SoftLinearResampler.java | 38 public void interpolate(float[] in, float[] in_offset, float in_end, method in class:SoftLinearResampler
|
H A D | SoftLinearResampler2.java | 40 public void interpolate(float[] in, float[] in_offset, float in_end, method in class:SoftLinearResampler2
|
H A D | SoftPointResampler.java | 38 public void interpolate(float[] in, float[] in_offset, float in_end, method in class:SoftPointResampler
|
H A D | SoftLanczosResampler.java | 77 public void interpolate(float[] in, float[] in_offset, float in_end, method in class:SoftLanczosResampler
|
H A D | SoftSincResampler.java | 84 public void interpolate(float[] in, float[] in_offset, float in_end, method in class:SoftSincResampler
|
H A D | SoftAbstractResampler.java | 317 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 D | MultipleGradientPaintContext.java | 342 // 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