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

/xsrc/external/mit/ctwm/dist/
H A Dicons_builtin.h8 Pixmap CreateMenuIcon(int height, unsigned int *widthp, unsigned int *heightp);
10 unsigned int *widthp, unsigned int *heightp,
H A Dimage_bitmap_builtin.h7 Pixmap get_builtin_plain_pixmap(const char *name, unsigned int *widthp,
H A Dimage_bitmap.c29 static Pixmap FindBitmap(const char *name, unsigned int *widthp,
72 * widthp - pointer to width of bitmap
81 FindBitmap(const char *name, unsigned int *widthp, argument
97 return get_builtin_plain_pixmap(name, widthp, heightp);
114 0, (int *)widthp, (int *)heightp, &HotX, &HotY);
122 if(XReadBitmapFile(dpy, Scr->Root, bigname, widthp, heightp, &pm,
H A Dwin_resize.h31 int *widthp, unsigned int *heightp);
H A Dicons_builtin.c37 unsigned int *widthp, unsigned int *heightp,
53 *widthp = w;
78 CreateMenuIcon(int height, unsigned int *widthp, unsigned int *heightp) argument
99 *widthp = w;
36 Create3DMenuIcon(unsigned int height,unsigned int * widthp,unsigned int * heightp,ColorPair cp) argument
H A Dimage_bitmap_builtin.c26 #define DEF_BI_PPM(nm) Pixmap nm(unsigned int *widthp, unsigned int *heightp)
43 get_builtin_plain_pixmap(const char *name, unsigned int *widthp, argument
65 if(!widthp || !heightp) {
73 Pixmap pm = (*pmtab[i].proc)(widthp, heightp);
100 *widthp = *heightp = (unsigned int) h;
136 *widthp = *heightp = (unsigned int) h;
194 *widthp = questionmark_width;
213 return (CreateMenuIcon(Scr->TBInfo.width - Scr->TBInfo.border * 2, widthp,
228 *widthp = *heightp = (unsigned int) h;
H A Dwin_resize.c728 unsigned int *widthp, unsigned int *heightp)
734 int dwidth = *widthp, dheight = *heightp;
874 *widthp = dwidth + 2 * tmp_win->frame_bw3D;
727 ConstrainSize(TwmWindow * tmp_win,unsigned int * widthp,unsigned int * heightp) argument
/xsrc/external/mit/libXmu/dist/src/
H A DLocBitmap.c78 int srcnamelen, int *widthp, int *heightp,
84 widthp, heightp, xhotp, yhotp);
96 int *widthp, int *heightp, int *xhotp, int *yhotp)
193 if (widthp) *widthp = (int)width;
77 XmuLocateBitmapFile(Screen * screen,_Xconst char * name,char * srcname,int srcnamelen,int * widthp,int * heightp,int * xhotp,int * yhotp) argument
92 XmuLocatePixmapFile(Screen * screen,_Xconst char * name,unsigned long fore,unsigned long back,unsigned int depth,char * srcname,int srcnamelen,int * widthp,int * heightp,int * xhotp,int * yhotp) argument
/xsrc/external/mit/twm/dist/src/
H A Dresize.h67 extern void ConstrainSize(TwmWindow *tmp_win, int *widthp, int *heightp);
H A Dutil.c70 static Pixmap CreateXLogoPixmap(unsigned int *widthp, unsigned int *heightp);
71 static Pixmap CreateResizePixmap(unsigned int *widthp, unsigned int *heightp);
72 static Pixmap CreateDotPixmap(unsigned int *widthp, unsigned int *heightp);
73 static Pixmap CreateQuestionPixmap(unsigned int *widthp, unsigned int *heightp);
74 static Pixmap CreateMenuPixmap(unsigned int *widthp, unsigned int *heightp);
300 * \param[out] widthp pointer to width of bitmap
304 FindBitmap(const char *name, unsigned *widthp, unsigned *heightp) argument
336 return (*pmtab[i].proc) (widthp, heightp);
355 0, (int *) widthp, (int *) heightp, &HotX, &HotY);
369 if (XReadBitmapFile(dpy, Scr->Root, bigname, widthp, height
833 CreateXLogoPixmap(unsigned * widthp,unsigned * heightp) argument
873 CreateResizePixmap(unsigned * widthp,unsigned * heightp) argument
932 CreateDotPixmap(unsigned * widthp,unsigned * heightp) argument
967 CreateQuestionPixmap(unsigned * widthp,unsigned * heightp) argument
984 CreateMenuPixmap(unsigned * widthp,unsigned * heightp) argument
991 CreateMenuIcon(int height,unsigned * widthp,unsigned * heightp) argument
[all...]
H A Dutil.h70 extern Pixmap FindBitmap(const char *name, unsigned int *widthp,
H A Dtwm.h405 CreateMenuIcon(int height, unsigned int *widthp, unsigned int *heightp);
H A Dresize.c606 ConstrainSize(TwmWindow *tmp_win, int *widthp, int *heightp) argument
613 int dwidth = *widthp, dheight = *heightp;
727 *widthp = dwidth;
/xsrc/external/mit/libXaw/dist/src/
H A DPorthole.c172 Position *xp, Position *yp, Dimension *widthp, Dimension *heightp)
178 *widthp = XtWidth(child);
186 *widthp = geomp->width;
195 if (*widthp < XtWidth(pw)) *widthp = XtWidth(pw);
202 minx = (Position)(XtWidth(pw) - *widthp);
171 layout_child(PortholeWidget pw,Widget child,XtWidgetGeometry * geomp,Position * xp,Position * yp,Dimension * widthp,Dimension * heightp) argument
/xsrc/external/mit/xbiff/dist/
H A DMailbox.c335 int depth, Boolean flip, int *widthp, int *heightp)
345 *widthp = (int) width;
334 make_pixmap(Display * dpy,MailboxWidget w,Pixmap bitmap,int depth,Boolean flip,int * widthp,int * heightp) argument
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowwndproc.c70 ConstrainSize(WinXSizeHints hints, int *widthp, int *heightp) argument
74 int dwidth = *widthp, dheight = *heightp;
187 *widthp = dwidth;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwndproc.c67 ConstrainSize (WinXSizeHints hints, int *widthp, int *heightp) argument
71 int dwidth = *widthp, dheight = *heightp;
186 *widthp = dwidth;
H A Dwinwin32rootlesswndproc.c75 ConstrainSize (WinXSizeHints hints, int *widthp, int *heightp)
79 int dwidth = *widthp, dheight = *heightp;
194 *widthp = dwidth;
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgload.c2270 FT_Byte* widthp; local in function:compute_glyph_metrics
2273 widthp = tt_face_get_device_metrics( face,
2287 if ( widthp &&
2291 glyph->metrics.horiAdvance = *widthp * 64;
2298 if ( widthp )
2299 glyph->metrics.horiAdvance = *widthp * 64;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.c1031 xf86DefaultScreenLimits (ScrnInfoPtr scrn, int *widthp, int *heightp, argument
1082 *widthp = width;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.c1062 xf86DefaultScreenLimits(ScrnInfoPtr scrn, int *widthp, int *heightp, argument
1118 *widthp = width;

Completed in 31 milliseconds