Searched defs:x_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
127 (s1)->x_vis <= (s2)->x_vis && \
129 (s1)->x_vis + (s1)->width >= (s2)->x_vis + (s2)->width && \
544 srcRect_width = MIN( reg->width + reg->x_vis, bbox.width + bbox.x)
545 - MAX( reg->x_vis, bbox.x);
548 diff = bbox.x - reg->x_vis;
549 srcRect_x = MAX( 0, diff) + (reg->x_vis
[all...]

Completed in 32 milliseconds