Home
last modified time | relevance | path

Searched defs:gr_bm_upixel (Results 1 – 3 of 3) sorted by relevance

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/2d/
H A Dpixel.cpp60 #define gr_bm_upixel(C,B,X,Y,C2) gr_bm_upixel(B,X,Y,C2) macro
62 static inline void gr_bm_upixel(grs_canvas &canvas, grs_bitmap &bm, const uint_fast32_t x, const ui… in gr_bm_upixel() function
/dports/games/d2x/d2x-0.2.5/2d/
H A Dpixel.c68 inline void gr_bm_upixel( grs_bitmap * bm, int x, int y, unsigned char color ) in gr_bm_upixel() function
/dports/games/d2x/d2x-0.2.5/arch/win32/
H A Dwin32.c175 void gr_bm_upixel( grs_bitmap * bm, int x, int y, unsigned char color ) in gr_bm_upixel() function