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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c38 #define POLYTEMPSIZE (int)(256 / sizeof(XPoint)) macro
142 * memory large enough for POLYTEMPSIZE points and a larger
175 if (npoints > POLYTEMPSIZE) {
444 XPoint pTmp[POLYTEMPSIZE], *points;
872 XPoint pTmp[POLYTEMPSIZE], *points;
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIRenderer.cpp49 #define POLYTEMPSIZE (512 / sizeof(POINT)) macro
86 if (outpoints > POLYTEMPSIZE) {
390 POINT tmpPts[POLYTEMPSIZE], *pPoints;
657 POINT tmpPts[POLYTEMPSIZE], *pPoints;

Completed in 34 milliseconds