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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c444 XPoint pTmp[POLYTEMPSIZE], *points; local
467 pTmp, (int *)&npoints, isclosed);
488 if (points != pTmp) {
872 XPoint pTmp[POLYTEMPSIZE], *points; local
895 pTmp, (int *)&npoints, JNI_FALSE);
904 if (points != pTmp) {

Completed in 24 milliseconds