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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.c815 #define MAX_TO_GRAB (10240) macro
824 int maxLines = (h < MAX_TO_GRAB/w ? h : MAX_TO_GRAB/w);
918 int maxLines = (h < MAX_TO_GRAB/w ? h : MAX_TO_GRAB/w);
1006 int maxLines = (h < MAX_TO_GRAB/w ? h : MAX_TO_GRAB/w);
1092 int maxLines = (h < MAX_TO_GRAB/w ? h : MAX_TO_GRAB/w);

Completed in 28 milliseconds