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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c100 int32_t x_vis, y_vis; /* rt rel x,y of vis part, not parent clipped */ member in struct:__anon1018
114 int32_t x_vis, y_vis; /* rt rel x,y of vis part, not parent clipped */ member in struct:__anon1019
128 (s1)->y_vis <= (s2)->y_vis && \
130 (s1)->y_vis + (s1)->height >= (s2)->y_vis + (s2)->height)
546 srcRect_height = MIN( reg->height + reg->y_vis, bbox.height
547 + bbox.y) - MAX( reg->y_vis, bbox.y);
551 diff = bbox.y - reg->y_vis;
552 srcRect_y = MAX( 0, diff) + (reg->y_vis
[all...]

Completed in 27 milliseconds