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

/openjdk9/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DDrawLine.c262 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
H A DTransformHelper.c125 checkOverflow(jint dxoff, jint dyoff, SurfaceDataBounds *pBounds, TransformInfo *pItxInfo, jdouble *retx, jdouble *rety) argument
180 calculateEdges(jint *pEdges, SurfaceDataBounds *pBounds, TransformInfo *pItxInfo, jlong xbase, jlong ybase, juint sw, juint sh) argument
[all...]

Completed in 44 milliseconds