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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c723 int32_t new_width, new_height; local
741 new_height = MIN(curr_clipBt,
745 if (new_height >= 0) {
746 child_clip.height = (unsigned short) new_height;

Completed in 39 milliseconds