Searched refs:ppbImage (Results 1 – 1 of 1) sorted by relevance
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 54 png_byte **ppbImage, int *pxImgSize, int *pyImgSize, int *piChannels, 662 png_byte **ppbImage, int *pxImgSize, int *pyImgSize, in LoadImageFile() argument 669 if (*ppbImage) in LoadImageFile() 671 free (*ppbImage); in LoadImageFile() 672 *ppbImage = NULL; in LoadImageFile() 680 PngLoadImage (pstrPathName, ppbImage, pxImgSize, pyImgSize, piChannels, in LoadImageFile() 686 if (*ppbImage != NULL) in LoadImageFile()
|