Searched defs:xTrapArray (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesPathBuf.java47 int[] xTrapArray = new int[512]; field in class:JulesPathBuf
84 xTrapArray[0] = 0;
86 xTrapArray = tesselateFillNative(points.getArray(), ops.getArray(),
88 xTrapArray, xTrapArray.length,
93 return new TrapezoidList(xTrapArray);
114 xTrapArray[0] = 0;
116 xTrapArray =
119 xTrapArray, xTrapArray
233 tesselateStrokeNative(int[] pointArray, byte[] ops, int pointCnt, int opCnt, int[] xTrapArray, int xTrapArrayLength, double lineWidth, int lineCap, int lineJoin, double miterLimit, double[] dashArray, int dashCnt, double offset, double m00, double m01, double m02, double m10, double m11, double m12, int clipLowX, int clipLowY, int clipWidth, int clipHeight) argument
245 tesselateFillNative(int[] pointArray, byte[] ops, int pointCnt, int opCnt, int[] xTrapArray, int xTrapArrayLength, int windingRule, int clipLowX, int clipLowY, int clipWidth, int clipHeight) argument
[all...]

Completed in 29 milliseconds