Searched defs:pBounds (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/native/sun/java2d/loops/ |
H A D | DrawLine.c | 109 cxmin = pBounds->x1; \ 110 cymin = pBounds->y1; \ 111 cxmax = pBounds->x2 - 1; \ 112 cymax = pBounds->y2 - 1; \ 264 SurfaceDataBounds *pBounds, 359 SurfaceDataBounds *pBounds, 369 pBounds, 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
|
H A D | TransformHelper.c | 126 SurfaceDataBounds *pBounds, 132 x = dxoff+pBounds->x1+0.5; /* Center of pixel x1 */ 133 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ 141 x = dxoff+pBounds->x2-0.5; /* Center of pixel x2-1 */ 142 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ 148 x = dxoff+pBounds->x1+0.5; /* Center of pixel x1 */ 149 y = dyoff+pBounds->y2-0.5; /* Center of pixel y2-1 */ 155 x = dxoff+pBounds->x2-0.5; /* Center of pixel x2-1 */ 156 y = dyoff+pBounds->y2-0.5; /* Center of pixel y2-1 */ 174 * numedges should match (pBounds 125 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 31 milliseconds