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

/xsrc/external/mit/libXmu/dist/include/X11/Xmu/
H A DDrawing.h115 int *width_return,
130 int *width_return,
139 unsigned int *width_return,
149 unsigned int *width_return,
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextSink.h225 int *width_return,
251 int *width_return,
/xsrc/external/mit/libX11/dist/src/
H A DWMGeom.c55 int *width_return, /* size of window */
163 *width_return = rwidth;
46 XWMGeometry(Display * dpy,int screen,_Xconst char * user_geom,_Xconst char * def_geom,unsigned int bwidth,XSizeHints * hints,int * x_return,int * y_return,int * width_return,int * height_return,int * gravity_return) argument
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_x11.c181 unsigned int* width_return, unsigned int* height_return,
198 *width_return = rect.right;
179 XGetGeometry(Display * display,Window window,Window * root_return,int * x_return,int * y_return,unsigned int * width_return,unsigned int * height_return,unsigned int * border_width_return,unsigned int * depth_return) argument
H A Dwin32_x11.h297 unsigned int* width_return, unsigned int* height_return,
/xsrc/external/mit/fonttosfnt/dist/
H A Dstruct.c448 int *width_return,
458 if(width_return)
459 *width_return =
447 glyphMetrics(FontPtr font,int code,int * width_return,int * x_min_return,int * y_min_return,int * x_max_return,int * y_max_return) argument
/xsrc/external/mit/libXaw/dist/src/
H A DPixmap.c728 Dimension *width_return, Dimension *height_return)
777 *width_return = (Dimension)width;
794 Dimension *width_return, Dimension *height_return)
926 *width_return = (Dimension)(orientation == VERTICAL ? 1 : dimension);
937 Dimension *width_return, Dimension *height_return)
960 *width_return = (Dimension)xpm_attributes.width;
726 BitmapLoader(XawParams * params,Screen * screen,Colormap colormap,int depth,Pixmap * pixmap_return,Pixmap * mask_return,Dimension * width_return,Dimension * height_return) argument
792 GradientLoader(XawParams * params,Screen * screen,Colormap colormap,int depth,Pixmap * pixmap_return,Pixmap * mask_return,Dimension * width_return,Dimension * height_return) argument
935 XPixmapLoader(XawParams * params,Screen * screen,Colormap colormap,int depth _X_UNUSED,Pixmap * pixmap_return,Pixmap * mask_return,Dimension * width_return,Dimension * height_return) argument
H A DSimpleMenu.c1612 CalculateNewSize(Widget w, Dimension *width_return, Dimension *height_return) argument
1682 *width_return = (Dimension)width;
1699 CalculateNewSize(w, width_return, height_return);
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimRm.c614 unsigned int width_return, height_return; local in function:_XimDefaultArea
624 &root_return, &x_return, &y_return, &width_return,
631 area.width = width_return;

Completed in 11 milliseconds