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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawPolygons.c35 jint *xPointsPtr, jint *yPointsPtr, jint pointsNeeded)
40 ymin = ymax = transY + *yPointsPtr++;
43 jint y = transY + *yPointsPtr++;
67 jint *xPointsPtr, jint *yPointsPtr,
78 y0 = y1 = transY + *yPointsPtr++;
81 jint y2 = transY + *yPointsPtr++;
97 yPointsPtr++;
122 jint *yPointsPtr = NULL; local
189 yPointsPtr = (*env)->GetPrimitiveArrayCritical(env, yPointsArray, NULL);
190 if (!xPointsPtr || !yPointsPtr) {
34 RefineBounds(SurfaceDataBounds *bounds, jint transX, jint transY, jint *xPointsPtr, jint *yPointsPtr, jint pointsNeeded) argument
62 ProcessPoly(SurfaceDataRasInfo *pRasInfo, DrawLineFunc *pLine, NativePrimitive *pPrim, CompositeInfo *pCompInfo, jint pixel, jint transX, jint transY, jint *xPointsPtr, jint *yPointsPtr, jint *nPointsPtr, jint numPolys, jboolean close) argument
[all...]

Completed in 42 milliseconds