Searched refs:ProcessCubic (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c95 * ProcessCurve - (ProcessQuad, ProcessCubic) Splitting the curve into
1279 * Split cubic curve into monotonic in X and Y parts. Calling ProcessCubic for
1284 static void ProcessCubic(ProcessHandler* hnd, jfloat* coords, jint* pixelInfo) function
1675 ProcessCubic(hnd, tCoords, pixelInfo);
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java1225 private static void ProcessCubic(ProcessHandler hnd, method in class:ProcessPath
1324 * corresponding to the specified parameter then call ProcessCubic for the
1650 ProcessCubic(hnd, tCoords, pixelInfo);

Completed in 1031 milliseconds