Searched refs:pStretchedImage (Results 1 – 1 of 1) sorted by relevance
812 BYTE *pStretchedImage; in FillBitmap() local850 pStretchedImage = malloc (cImgChannels * cxNewSize * cyNewSize); in FillBitmap()851 pImg = pStretchedImage; in FillBitmap()886 src = pStretchedImage + yImg * wImgRowBytes; in FillBitmap()908 if (pStretchedImage != NULL) in FillBitmap()910 free (pStretchedImage); in FillBitmap()911 pStretchedImage = NULL; in FillBitmap()