Lines Matching refs:HFUNC
177 HFUNC(xpmParseData, int, (xpmData *data, XpmImage *image, XpmInfo *info));
178 HFUNC(xpmParseDataAndCreate, int, (Display *display, xpmData *data,
184 HFUNC(xpmFreeColorTable, void, (XpmColor *colorTable, int ncolors));
186 HFUNC(xpmInitAttributes, void, (XpmAttributes *attributes));
188 HFUNC(xpmInitXpmImage, void, (XpmImage *image));
190 HFUNC(xpmInitXpmInfo, void, (XpmInfo *info));
192 HFUNC(xpmSetInfoMask, void, (XpmInfo *info, XpmAttributes *attributes));
193 HFUNC(xpmSetInfo, void, (XpmInfo *info, XpmAttributes *attributes));
194 HFUNC(xpmSetAttributes, void, (XpmAttributes *attributes, XpmImage *image,
198 HFUNC(xpmCreatePixmapFromImage, int, (Display *display, Drawable d,
201 HFUNC(xpmCreateImageFromPixmap, void, (Display *display, Pixmap pixmap,
221 HFUNC(xpmHashTableInit, int, (xpmHashTable *table));
222 HFUNC(xpmHashTableFree, void, (xpmHashTable *table));
223 HFUNC(xpmHashSlot, xpmHashAtom *, (xpmHashTable *table, char *s));
224 HFUNC(xpmHashIntern, int, (xpmHashTable *table, char *tag, void *data));
237 HFUNC(xpmNextString, int, (xpmData *mdata));
238 HFUNC(xpmNextUI, int, (xpmData *mdata, unsigned int *ui_return));
239 HFUNC(xpmGetString, int, (xpmData *mdata, char **sptr, unsigned int *l));
245 HFUNC(xpmNextWord, unsigned int,
247 HFUNC(xpmGetCmt, int, (xpmData *mdata, char **cmt));
248 HFUNC(xpmParseHeader, int, (xpmData *mdata));
249 HFUNC(xpmParseValues, int, (xpmData *data, unsigned int *width,
255 HFUNC(xpmParseColors, int, (xpmData *data, unsigned int ncolors,
259 HFUNC(xpmParseExtensions, int, (xpmData *data, XpmExtension **extensions,
264 HFUNC(xpmReadRgbNames, int, (const char *rgb_fname, xpmRgbName *rgbn));
265 HFUNC(xpmGetRgbName, char *, (xpmRgbName *rgbn, int rgbn_max,
267 HFUNC(xpmFreeRgbNames, void, (xpmRgbName *rgbn, int rgbn_max));
269 HFUNC(xpmGetRGBfromName,int, (char *name, int *r, int *g, int *b));
273 HFUNC(xpm_xynormalizeimagebits, void, (register unsigned char *bp,
275 HFUNC(xpm_znormalizeimagebits, void, (register unsigned char *bp,
323 HFUNC(xpmstrdup, char *, (char *s1));
331 HFUNC(xpmstrcasecmp, int, (char *s1, char *s2));
338 HFUNC(xpmatoui, unsigned int,