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

/openjdk7/langtools/src/share/classes/javax/annotation/processing/
H A DAbstractProcessor.java98 SupportedAnnotationTypes sat = this.getClass().getAnnotation(SupportedAnnotationTypes.class);
99 if (sat == null) {
108 return arrayToSet(sat.value());
/openjdk7/langtools/test/tools/javac/lib/
H A DJavacTestingAbstractProcessor.java82 SupportedAnnotationTypes sat = this.getClass().getAnnotation(SupportedAnnotationTypes.class);
83 if (sat != null)
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageAffineEdge.c99 DST = ((mlib_s32)(val0 - sat) >> 24) ^ 0x80
105 DST = ((mlib_s32)(val0 - sat) >> 16) ^ 0x8000
113 val0 -= sat; \
128 val0 -= sat; \
799 mlib_d64 sat; local
807 sat = (mlib_d64) 0x7F800000; /* saturation for U8 */
813 sat = (mlib_d64) 0x7FFF8000; /* saturation for U16 */
H A Dmlib_c_ImageAffine_BC.c82 DST = ((mlib_s32)(val0 - sat) >> 24) ^ 0x80
87 val0 -= sat; \
102 mlib_d64 sat = (mlib_d64) 0x7F800000; variable
222 mlib_d64 sat = (mlib_d64) 0x7F800000; variable
348 mlib_d64 sat = (mlib_d64) 0x7F800000; variable
474 mlib_d64 sat = (mlib_d64) 0x7F800000; variable
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPathGraphics.java580 AffineTransform sat = AffineTransform.getScaleInstance(
582 Shape imgClip = sat.createTransformedShape(rotShape);

Completed in 109 milliseconds