Home
last modified time | relevance | path

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

/external/libpng/contrib/visupng/
DVisualPng.c817 WORD wImgRowBytes; in FillBitmap() local
877 wImgRowBytes = cImgChannels * cxNewSize; in FillBitmap()
886 src = pStretchedImage + yImg * wImgRowBytes; in FillBitmap()
934 wImgRowBytes = cImgChannels * cxImgSize; in FillBitmap()
943 src = pbImage + yImg * wImgRowBytes; in FillBitmap()