Lines Matching refs:geomp
171 layout_child(PortholeWidget pw, Widget child, XtWidgetGeometry *geomp,
180 if (geomp) { /* mix in any requested changes */
181 if (geomp->request_mode & CWX)
182 *xp = geomp->x;
183 if (geomp->request_mode & CWY)
184 *yp = geomp->y;
185 if (geomp->request_mode & CWWidth)
186 *widthp = geomp->width;
187 if (geomp->request_mode & CWHeight)
188 *heightp = geomp->height;