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

/openjdk10/jdk/src/java.desktop/share/native/libjavajpeg/
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) {
/openjdk10/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java1508 int minheights[] = min[1];
1511 int nrows = minheights.length - 1;
1519 int heights[] = calculateSizes(h, nrows, minheights, prefheights);

Completed in 49 milliseconds