Searched refs:dstBytesPerLine (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddib.cpp691 const int dstBytesPerLine = GetLineSize(w, bpp); local
732 dstLineStart += dstBytesPerLine;
761 const int dstBytesPerLine = w * 3; local
763 unsigned char *dst = image.GetData() + ((h - 1) * dstBytesPerLine);
801 dst -= 2*dstBytesPerLine;

Completed in 62 milliseconds