Searched refs:x_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
457 srcRect_x = MAX( 0, diff) + (vis_reg->rects[rect].x1 - reg->x_rootrel - reg->border);
549 srcRect_x = MAX( 0, diff) + (reg->x_vis - reg->x_rootrel - reg->border);
670 static void make_src_list( disp, image_wins, bbox, curr, x_rootrel, y_rootrel,
676 int32_t x_rootrel; /* pos of curr WRT root */
699 add_window_to_list( image_wins, curr, x_rootrel, y_rootrel,
713 curr_clipX = MAX( pclip->x, x_rootrel + curr_attrs->border_width);
716 x_rootrel + curr_attrs->width + 2 * curr_attrs->border_width);
729 child_xrr = x_rootrel
[all...]

Completed in 31 milliseconds