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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmemmgr.c592 size_t minheights, max_minheights; local
627 * height; otherwise parcel it out with the same number of minheights
645 minheights = ((long) sptr->rows_in_array - 1L) / sptr->maxaccess + 1L;
646 if (minheights <= max_minheights) {
669 minheights = ((long) bptr->rows_in_array - 1L) / bptr->maxaccess + 1L;
670 if (minheights <= max_minheights) {

Completed in 34 milliseconds