Searched refs:interpolation (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingDataLine.java103 Object interpolation = format.getProperty("interpolation");
104 if (interpolation != null && (interpolation instanceof String)) {
105 String resamplerType = (String) interpolation;
H A DAudioFloatFormatConverter.java276 Object interpolation = format.getProperty("interpolation");
277 if (interpolation != null && (interpolation instanceof String)) {
278 String resamplerType = (String) interpolation;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzSurfaceData.h85 jint interpolation; member in struct:_stateGraphicsInfo
H A DQuartzRenderer.m509 jint interpolation, BOOL fliph, BOOL flipv, jint w, jint h, jint sx, jint sy, jint sw, jint sh, jint dx, jint dy, jint dw, jint dh)
513 // gznote: need to handle interpolation
561 qsdo->graphicsStateInfo.interpolation, (BOOL)fliph, (BOOL)flipv, (jint)w, (jint)h, (jint)sx, (jint)sy, (jint)sw, (jint)sh, (jint)dx, (jint)dy, (jint)dw, (jint)dh);
H A DQuartzSurfaceData.m687 // 10-10-02 VL: since CoreGraphics supports only an interpolation quality attribute we have to map
689 // (See Radar 3071704.) We'll go for the best quality. CG maps interpolation quality values as follows:
694 // First check if the interpolation hint is suggesting to turn off interpolation:
714 qsdo->graphicsStateInfo.interpolation = interpolationQuality;

Completed in 50 milliseconds