Home
last modified time | relevance | path

Searched refs:pstrFileName (Results 1 – 2 of 2) sorted by relevance

/external/libpng/contrib/visupng/
DPngFile.h17 BOOL PngFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) ;
18 BOOL PngFileSaveDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) ;
20 BOOL PngLoadImage (PTSTR pstrFileName, png_byte **ppbImageData,
22 BOOL PngSaveImage (PTSTR pstrFileName, png_byte *pDiData,
DPngFile.c75 BOOL PngFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) in PngFileOpenDlg() argument
78 ofn.lpstrFile = pstrFileName; in PngFileOpenDlg()
85 BOOL PngFileSaveDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) in PngFileSaveDlg() argument
88 ofn.lpstrFile = pstrFileName; in PngFileSaveDlg()
97 BOOL PngLoadImage (PTSTR pstrFileName, png_byte **ppbImageData, in PngLoadImage() argument
114 if (!pstrFileName) in PngLoadImage()
120 if (!(pfFile = fopen(pstrFileName, "rb"))) in PngLoadImage()
287 BOOL PngSaveImage (PTSTR pstrFileName, png_byte *pDiData, in PngSaveImage() argument
300 if (!pstrFileName) in PngSaveImage()
303 if (!(pfFile = fopen(pstrFileName, "wb"))) in PngSaveImage()