Searched refs:traps (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesAATileGenerator.java56 TrapezoidList traps; field in class:JulesAATileGenerator
66 traps = buf.tesselateFill(s, at, clip);
68 traps = buf.tesselateStroke(s, bs, thin, false, true, at, clip);
87 rasterizeTrapezoidsNative(long pixmanImagePtr, int[] traps, argument
102 if (traps.getSize() > 0) {
103 left = traps.getLeft();
104 right = traps.getRight();
105 top = traps.getTop();
106 bottom = traps.getBottom();
124 // If there is no area touched by the traps, do
332 GrowableIntArray traps; field in class:TileTrapContainer
334 TileTrapContainer(GrowableIntArray traps) argument
[all...]
H A DJulesShapePipe.java73 TrapezoidList traps =
77 sg2d.transX, sg2d.transY, traps);
93 TrapezoidList traps = buf.tesselateFill(s, sg2d.transform,
95 compMan.XRCompositeTraps(xrsd.picture, 0, 0, traps);
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dassembler_linux_sparc.cpp31 #include <asm-sparc/traps.h>
H A Dlinux_sparc.s26 # If the instruction traps the trap handler will arrange
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRBackendNative.c974 jint *traps; local
976 if ((traps = (jint *) (*env)->GetPrimitiveArrayCritical(env, trapArray, NULL)) == NULL) {
982 srcX, srcY, (XTrapezoid *) (traps+5), traps[0]);
984 (*env)->ReleasePrimitiveArrayCritical(env, trapArray, traps, JNI_ABORT);
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s26 !! If the instruction traps the trap handler will arrange

Completed in 37 milliseconds