Home
last modified time | relevance | path

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

/external/libpng/contrib/visupng/
DPngFile.c77 BOOL PngFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) in PngFileOpenDlg() argument
80 ofn.lpstrFile = pstrFileName; in PngFileOpenDlg()
87 BOOL PngFileSaveDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) in PngFileSaveDlg() argument
90 ofn.lpstrFile = pstrFileName; in PngFileSaveDlg()
99 BOOL PngLoadImage (PTSTR pstrFileName, png_byte **ppbImageData, argument
116 if (!pstrFileName)
122 if (!(pfFile = fopen(pstrFileName, "rb")))
299 BOOL PngSaveImage (PTSTR pstrFileName, png_byte *pDiData,
312 if (!pstrFileName)
315 if (!(pfFile = fopen(pstrFileName, "wb")))
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,