Lines Matching defs:widthp
70 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)
336 return (*pmtab[i].proc) (widthp, heightp);
355 0, (int *) widthp, (int *) heightp, &HotX, &HotY);
369 if (XReadBitmapFile(dpy, Scr->Root, bigname, widthp, heightp, &pm,
833 CreateXLogoPixmap(unsigned *widthp, unsigned *heightp)
840 *widthp = *heightp = (unsigned int) h;
873 CreateResizePixmap(unsigned *widthp, unsigned *heightp)
880 *widthp = *heightp = (unsigned int) h;
932 CreateDotPixmap(unsigned *widthp, unsigned *heightp)
941 *widthp = *heightp = (unsigned int) h;
967 CreateQuestionPixmap(unsigned *widthp, unsigned *heightp)
969 *widthp = questionmark_width;
984 CreateMenuPixmap(unsigned *widthp, unsigned *heightp)
987 widthp, heightp);
991 CreateMenuIcon(int height, unsigned *widthp, unsigned *heightp)
1001 *widthp = (unsigned) w;