Home
last modified time | relevance | path

Searched refs:r_pix (Results 1 – 3 of 3) sorted by relevance

/dports/games/zoom/zoom-1.1.5/src/
H A Dimage_ximage.c594 static Pixmap r_pix; variable
659 if (r_pix == None) in image_plot_Xrender()
661 r_pix = XCreatePixmap(display, in image_plot_Xrender()
669 r_pix, in image_plot_Xrender()
673 agc = XCreateGC(display, r_pix, 0, NULL); in image_plot_Xrender()
691 XPutImage(display, r_pix, agc, in image_plot_Xrender()
/dports/games/xye/xye-0.12.2/src/
H A Dvxsdl.cpp110 Uint32* r_pix= (Uint32*)(r->pixels); in RecolorPartOfSurface() local
141 *(r_pix + ((l) * sw) + (k)) = *colInt32; in RecolorPartOfSurface()
/dports/emulators/jzintv/jzintv-20200712-src/src/stic/
H A Dstic.c1190 uint32_t l_pix, m_pix, r_pix; /* colors for 16-pixel MOB */ in stic_draw_mobs() local
1209 r_pix = (m_pix << x_lad); in stic_draw_mobs()
1217 r_pix = 0; in stic_draw_mobs()
1260 const uint32_t r_new = (r_old & ~r_msk) | (r_pix & r_msk); in stic_draw_mobs()