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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawPolygons.c68 jint *nPointsPtr, jint numPolys,
73 jint numPts = nPointsPtr[i];
120 jint *nPointsPtr = NULL; local
166 nPointsPtr = (*env)->GetPrimitiveArrayCritical(env, nPointsArray, NULL);
167 if (!nPointsPtr) {
174 if (nPointsPtr[i] > 0) {
175 pointsNeeded += nPointsPtr[i];
181 nPointsPtr, JNI_ABORT);
213 nPointsPtr, numPolys,
219 if (nPointsPtr) {
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 29 milliseconds