Home
last modified time | relevance | path

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

/external/libpng/contrib/visupng/
DVisualPng.c813 WORD wImgRowBytes; in FillBitmap() local
872 wImgRowBytes = cImgChannels * cxNewSize; in FillBitmap()
881 src = pStretchedImage + yImg * wImgRowBytes; in FillBitmap()
929 wImgRowBytes = cImgChannels * cxImgSize; in FillBitmap()
938 src = pbImage + yImg * wImgRowBytes; in FillBitmap()