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

/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DRegion.c37 static jfieldID hixID; variable
61 InitField(hixID, env, reg, "hix", "I");
75 pRgnInfo->bounds.x2 = (*env)->GetIntField(env, region, hixID);
94 b->x2 = (*env)->GetIntField(env, region, hixID);

Completed in 47 milliseconds