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

/openjdk7/jdk/src/share/native/sun/java2d/
H A DShaderList.h54 * cache when its size exceeds the "maxItems" limit.
61 jint maxItems; member in struct:__anon810
H A DShaderList.c73 if (i >= programList->maxItems) {
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWChoicePeer.java148 int maxItems = Math.min(c.getItemCount(), 8);
149 return fm.getHeight() * maxItems;
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.h368 (list).maxItems = (max); \

Completed in 82 milliseconds