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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawLine.c211 *pStartY = Y1; \
265 jint *pStartX, jint *pStartY,
360 jint *pStartX, jint *pStartY,
370 pStartX, pStartY,
262 LineUtils_SetupBresenhamBig(jint _x1, jint _y1, jint _x2, jint _y2, jint shorten, SurfaceDataBounds *pBounds, jint *pStartX, jint *pStartY, jint *pSteps, jint *pError, jint *pErrMajor, jint *pBumpMajorMask, jint *pErrMinor, jint *pBumpMinorMask) argument
357 LineUtils_SetupBresenham(jint _x1, jint _y1, jint _x2, jint _y2, jint shorten, SurfaceDataBounds *pBounds, jint *pStartX, jint *pStartY, jint *pSteps, jint *pError, jint *pErrMajor, jint *pBumpMajorMask, jint *pErrMinor, jint *pBumpMinorMask) argument

Completed in 86 milliseconds