Home
last modified time | relevance | path

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

/external/libpng/contrib/visupng/
DVisualPng.c47 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount,
53 BOOL LoadImageFile(HWND hwnd, PTSTR pstrPathName,
513 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount, in BuildPngList() argument
538 strcpy (szImgPathName, pstrPathName); in BuildPngList()
539 strcpy (szImgFileName, strrchr (pstrPathName, '\\') + 1); in BuildPngList()
575 if (strcmp(pstrPathName, *ppFileList + ii) == 0) in BuildPngList()
661 BOOL LoadImageFile (HWND hwnd, PTSTR pstrPathName, in LoadImageFile() argument
680 PngLoadImage (pstrPathName, ppbImage, pxImgSize, pyImgSize, piChannels, in LoadImageFile()
688 sprintf (szTmp, "VisualPng - %s", strrchr(pstrPathName, '\\') + 1); in LoadImageFile()