Searched refs:new_width (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
731 new_width = MIN(curr_clipRt,
735 if (new_width >= 0) {
736 child_clip.width = (unsigned short) new_width;

Completed in 31 milliseconds