Lines Matching refs:Position
57 Position*, Position*, Dimension*, Dimension*);
158 .slider_x = (Position)(-XtX(child)), /* porthole is "inner" */
159 .slider_y = (Position)(-XtY(child)), /* child is outer since it is larger */
172 Position *xp, Position *yp, Dimension *widthp, Dimension *heightp)
174 Position minx, miny;
202 minx = (Position)(XtWidth(pw) - *widthp);
203 miny = (Position)(XtHeight(pw) - *heightp);
241 Position x, y;