Searched refs:pstrPathName (Results 1 – 1 of 1) sorted by relevance
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 45 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount, 51 BOOL LoadImageFile(HWND hwnd, PTSTR pstrPathName, 511 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount, in BuildPngList() argument 536 strcpy (szImgPathName, pstrPathName); in BuildPngList() 537 strcpy (szImgFileName, strrchr (pstrPathName, '\\') + 1); in BuildPngList() 573 if (strcmp(pstrPathName, *ppFileList + ii) == 0) in BuildPngList() 657 BOOL LoadImageFile (HWND hwnd, PTSTR pstrPathName, in LoadImageFile() argument 676 PngLoadImage (pstrPathName, ppbImage, pxImgSize, pyImgSize, piChannels, in LoadImageFile() 684 sprintf (szTmp, "VisualPng - %s", strrchr(pstrPathName, '\\') + 1); in LoadImageFile()
|