Searched refs:PutPixel32 (Results 1 – 5 of 5) sorted by relevance
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/ |
H A D | bumps.c | 143 static void PutPixel32( int8_t *pData, uint32_t pixel ) in PutPixel32() function 279 MyPutPixel = PutPixel32; in CreateBumps()
|
/dports/x11/libXpm/libXpm-3.5.13/src/ |
H A D | create.c | 134 LFUNC(PutPixel32, int, (XImage *ximage, int x, int y, unsigned long pixel)); 1829 PutPixel32( in PutPixel32() function 2160 ximage->f.put_pixel = PutPixel32; in xpmParseDataAndCreate()
|
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/ |
H A D | Xpmcreate.c | 130 LFUNC(PutPixel32, int, (XImage *ximage, int x, int y, unsigned long pixel)); 1744 PutPixel32(ximage, x, y, pixel) in PutPixel32() function 2100 ximage->f.put_pixel = PutPixel32;
|
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/ |
H A D | Xpmcreate.c | 183 LFUNC(PutPixel32, int, (XImage *ximage, int x, int y, unsigned long pixel)); 1884 PutPixel32(ximage, x, y, pixel) in PutPixel32() function 2216 ximage->f.put_pixel = PutPixel32;
|
/dports/games/freedroidrpg/freedroidrpg-0.16.1/ |
H A D | ChangeLog | 9882 Replace PutPixel32() by sdl_put_pixel().
|