Searched refs:XImage (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/xpm/include/ |
| H A D | xpm.h | 348 XImage *image, 349 XImage *shapeimage, 354 XImage **image_return, 360 XImage *image, 361 XImage *shapeimage, 366 XImage **image_return, 379 XImage *image, 380 XImage *shapeimage, 423 XImage **image_return, 428 XImage *image, [all …]
|
| H A D | simx.h | 89 } XImage; typedef 111 FUNC(XCreateImage, XImage *, (Display *, Visual *, int depth, int format, 116 FUNC(XDestroyImage, void /* ? */ , (XImage *)); 118 FUNC(XImageFree, void, (XImage *));
|
| /vim-8.2.3635/src/ |
| H A D | xpm_w32.c | 36 XImage *img; // loaded image in LoadXpmImage() 37 XImage *shp; // shapeimage in LoadXpmImage()
|
| H A D | proto.h | 32 # define XImage int macro
|
| H A D | gui_x11.c | 3185 XImage *sign; in gui_mch_drawsign() 3187 if (gui.in_use && (sign = (XImage *)sign_get_image(typenr)) != NULL) in gui_mch_drawsign() 3202 XImage *sign = NULL; in gui_mch_register_sign() 3241 XDestroyImage((XImage*)sign); in gui_mch_destroy_sign()
|