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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c1773 jint plgMax; member in struct:__anon922
1782 (PTR)->plgMax = DF_MAX_POINT; \
1789 if (_size >= (PTR)->plgMax) { \
1790 jint newMax = (PTR)->plgMax*2; \
1799 (PTR)->plgMax = newMax; \

Completed in 35 milliseconds