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

/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DRegion.c113 jint totalrects; local
115 totalrects = 0;
117 totalrects = 1;
121 totalrects = 0;
138 totalrects++;
145 return totalrects;

Completed in 29 milliseconds