Home
last modified time | relevance | path

Searched refs:WriteBitmapFile (Results 1 – 12 of 12) sorted by relevance

/dports/x11/xwit/xwit-patchset-3.4/
H A Dpatch-dsimple.h28 -void WriteBitmapFile();
39 +void WriteBitmapFile(char *,Pixmap,int,int,int,int);
/dports/misc/magicpoint/magicpoint-1.13a/contrib/xwintoppm/
H A Ddsimple.h61 void WriteBitmapFile();
H A Ddsimple.c240 void WriteBitmapFile(filename, bitmap, width, height, x_hot, y_hot) in WriteBitmapFile() function
/dports/x11-wm/treewm/treewm-0.4.5/xprop/
H A Ddsimple.h61 void WriteBitmapFile();
H A Ddsimple.c235 void WriteBitmapFile(filename, bitmap, width, height, x_hot, y_hot) in WriteBitmapFile() function
/dports/x11/xcmd/xcmd-1.8/
H A Ddsimple.h63 void WriteBitmapFile();
H A Ddsimple.c250 void WriteBitmapFile(filename, bitmap, width, height, x_hot, y_hot) in WriteBitmapFile() function
/dports/x11/xwit/xwit-3.4/
H A Ddsimple.h33 void WriteBitmapFile(char *,Pixmap,int,int,int,int);
/dports/games/cake/cake_src/cake/
H A Dfiles.h352 int WriteBitmapFile(char *filename, int width, int height, int bpp, unsigned char *imageData);
H A Dfiles.cpp258 WriteBitmapFile(dstfilename, info.width, info.height, info.bpp, info.mem); in logPreviews()
302 WriteBitmapFile(dstfilename, info.width, info.height, info.bpp, info.mem); in logPreviews()
1234 int WriteBitmapFile(char *filename, int width, int height, int bpp, unsigned char *imageData) in WriteBitmapFile() function
/dports/games/cake/cake_src/
H A Dmain.cpp178 if (!WriteBitmapFile(fBMPName, width, height, 3, fBuffer3)) return 0; in ScreenShot()
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dxwindows.cpp3811 static Handle WriteBitmapFile in WriteBitmapFile() function
8257 return WriteBitmapFile(taskData, GetString(XP1), in XWindows_c()