Searched refs:ProcessQuad (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
754 * corresponding to the specified parameter then call ProcessQuad for the
780 static void ProcessQuad(ProcessHandler* hnd, jfloat* coords, jint* pixelInfo) { function
1010 * boundary values in ProcessQuad for more info.
1625 ProcessQuad(hnd, tCoords, pixelInfo);
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java858 private static void ProcessQuad(ProcessHandler hnd, float[] coords, method in class:ProcessPath
961 * corresponding to the specified parameter then call ProcessQuad for the
1004 * boundary values in ProcessQuad for more info.
1603 ProcessQuad(hnd, tCoords, pixelInfo);

Completed in 96 milliseconds