Home
last modified time | relevance | path

Searched refs:shape_image (Results 1 – 8 of 8) sorted by relevance

/dports/games/xinvaders/xinvaders-2.1.1/
H A Dspacers.c31 XImage *shape_image; /* an XImage for the spaceship */ member
51 XPutImage(dpy, gamewindow, gc, spacer->shape_image,
147 spacer->shape_image = XCreateImage(dpy, in ReadSpacerImages()
156 spacer->shape_image->bitmap_bit_order = LSBFirst; in ReadSpacerImages()
157 spacer->shape_image->byte_order = LSBFirst; in ReadSpacerImages()
H A Dbase.c35 XImage *shape_image; /* an XImage for the spaceship */ member
65 base->shape_image = XCreateImage(dpy, in ReadBaseImage()
74 base->shape_image->bitmap_bit_order = LSBFirst; in ReadBaseImage()
75 base->shape_image->byte_order = LSBFirst; in ReadBaseImage()
108 XPutImage(dpy, gamewindow, gc, base->shape_image, in PaintBase()
115 XPutImage(dpy, labelwindow, gc, base->shape_image, in ShowBase()
H A Dvaders.c42 XImage *shape_image[2]; member
57 XImage *shape_image; /* an XImage for the spaceship */ member
83 XPutImage(dpy, gamewindow, gc, vader->shape_image[tick],
484 vader->shape_image[0] = Vader_Image[k][0]; in InitVaders()
485 vader->shape_image[1] = Vader_Image[k][1]; in InitVaders()
H A Dwidget.c27 XImage *shape_image; /* an XImage for the spaceship */ member
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dshapeedit.cc1030 GdkPixbuf *nshape = studio->shape_image( in on_shinfo_effhps_update_clicked()
1185 GdkPixbuf *nshape = studio->shape_image( in on_shinfo_brightness_update_clicked()
1300 GdkPixbuf *nshape = studio->shape_image( in on_shinfo_warmth_update_clicked()
1415 GdkPixbuf *nshape = studio->shape_image( in on_shinfo_cntrules_update_clicked()
1569 GdkPixbuf *nshape = studio->shape_image( in on_shinfo_frameflags_update_clicked()
1697 GdkPixbuf *nshape = studio->shape_image( in on_shinfo_frameusecode_update_clicked()
1905 GdkPixbuf *nshape = studio->shape_image( in on_shinfo_framenames_update_clicked()
2192 GdkPixbuf *nshape = studio->shape_image( in on_shinfo_objpaperdoll_update_clicked()
3008 GdkPixbuf *nshape = shape_image(shpfile, shnum, hps.get_frame(), true); in init_shape_notebook()
3088 GdkPixbuf *nshape = shape_image(shpfile, shnum, warm.get_frame(), true); in init_shape_notebook()
[all …]
H A Dstudio.h315 GdkPixbuf *shape_image( // The GdkPixbuf should be g_object_unrefed.
H A Dshapedraw.cc562 GdkPixbuf *ExultStudio::shape_image( in shape_image() function in ExultStudio
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Dconversions.rs640 let shape_image = &*other.mShapeImage.mPtr; in from() localVariable
641 let other_url = &(**shape_image.__bindgen_anon_1.mURLValue.as_ref()); in from()
663 let shape_image = &*other.mShapeImage.mPtr; in from() localVariable
664 let image = shape_image.into_image().expect("Cannot convert to Image"); in from()