Searched refs:geomp (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DPorthole.c171 layout_child(PortholeWidget pw, Widget child, XtWidgetGeometry *geomp, argument
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
[all...]

Completed in 1 milliseconds