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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c99 int32_t x_rootrel, y_rootrel; /* root relative location of window */ member in struct:__anon1018
113 int32_t x_rootrel, y_rootrel; /* root relative location of bottom window */ member in struct:__anon1019
460 srcRect_y = MAX( 0, diff) + (vis_reg->rects[rect].y1 - reg->y_rootrel - reg->border);
552 srcRect_y = MAX( 0, diff) + (reg->y_vis - reg->y_rootrel - reg->border);
670 static void make_src_list( disp, image_wins, bbox, curr, x_rootrel, y_rootrel,
677 int32_t y_rootrel;
699 add_window_to_list( image_wins, curr, x_rootrel, y_rootrel,
714 curr_clipY = MAX( pclip->y, y_rootrel + curr_attrs->border_width);
719 y_rootrel + curr_attrs->height + 2 * curr_attrs->border_width);
738 child_yrr = y_rootrel
[all...]

Completed in 33 milliseconds