Searched refs:invert (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/test/sun/security/provider/SeedGenerator/
H A DPriority_Inversion.java52 InvertTest invert = new InvertTest(deltaPriority, rand);
54 invert.start();
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DDrawBufImgOp.java109 byte invert[] = new byte[256];
112 invert[j] = (byte) (255-j);
115 ByteLookupTable lut1 = new ByteLookupTable(offset, invert);
119 new byte[][] {invert, halved, invert});
123 new byte[][] {invert, halved, invert, halved});
128 short invert[] = new short[256];
131 invert[j] = (short) ((255-j) * 255);
134 ShortLookupTable lut1 = new ShortLookupTable(offset, invert);
[all...]
/openjdk7/jdk/test/java/awt/image/ImagingOpsNoExceptionsTest/
H A DImagingOpsNoExceptionsTest.java119 byte invert[] = new byte[256];
122 invert[j] = (byte) (256-j);
125 LookupOp lop = new LookupOp(new ByteLookupTable(0,invert), null);
130 byte[][] yellowInvert = new byte[][] { invert, invert, ordered };
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DInstructionAssembler.java257 boolean invert;
262 invert = false;
266 invert = false;
270 invert = true;
275 isWide[id] = invert;
276 if (invert) {
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRPaints.java122 at.invert();
166 at.invert();
215 // invert to get mapping from device coords to unit circle
217 at.invert();
279 at.invert();
H A DXRMaskImage.java73 maskTX.invert();
H A DXRCompositeManager.java188 at.invert();
H A DXRPMBlitLoops.java286 trx.invert();
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DImageTests.java794 byte invert[] = new byte[256];
797 invert[j] = (byte)(255-j);
802 new LookupOp(new ByteLookupTable(0, invert),
806 new byte[][] { invert, invert, ordered };
812 short invert[] = new short[256];
815 invert[j] = (short)((255-j) * 255);
820 new LookupOp(new ShortLookupTable(0, invert),
824 new short[][] { invert, invert, ordere
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedPaints.java183 at.invert();
264 at.invert();
432 at.invert();
503 // invert to get mapping from device coords to unit circle
505 at.invert();
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUnicodeSet.java996 boolean invert = false;
1048 invert = true;
1302 if (invert) {
1756 boolean invert = false;
1764 invert = true;
1769 invert = (c == 'P');
1818 if (invert) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DMultipleGradientPaintContext.java183 t.invert();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSliderUI.java2001 boolean invert = slider.getInverted();
2004 if (invert) {
2015 if (invert) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp1724 // If succ[i] is the FALSE branch, invert path info
1887 bool invert = (_nodes[s + eidx + 1]->Opcode() == Op_IfFalse);
1892 if (invert) p = 1.0 - p;
1896 if (invert) p = 1.0 - p;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dgl.h1980 GLAPI void GLAPIENTRY glSampleCoverage( GLclampf value, GLboolean invert );
2020 typedef void (APIENTRY * PFNGLSAMPLECOVERAGEPROC) (GLclampf value, GLboolean invert);
H A Dglext.h3266 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLclampf value, GLboolean invert);
3701 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEARBPROC) (GLclampf value, GLboolean invert);
4435 typedef void (APIENTRYP PFNGLSAMPLEMASKSGISPROC) (GLclampf value, GLboolean invert);
5489 typedef void (APIENTRYP PFNGLSAMPLEMASKEXTPROC) (GLclampf value, GLboolean invert);
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DAffineTransform.java2738 * thrown if the <code>invert</code> method is called.
2744 public void invert() method in class:AffineTransform

Completed in 171 milliseconds