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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dutilsgui.cpp849 unsigned char* pucBits; // buffer that will contain the bitmap data local
886 pucBits = (unsigned char *)malloc(nBytesPerLine * rBmp.GetHeight());
887 memset(pucBits, '\0', (nBytesPerLine * rBmp.GetHeight()));
904 ,(PBYTE)pucBits
933 pucData = pucBits;
1019 ,(PBYTE)pucBits
1031 free(pucBits);
H A Dbitmap.cpp610 unsigned char* pucBits; local
612 pucBits = (unsigned char *)malloc(nBytePerLine * nHeight);
613 if(!pucBits)
618 memset(pucBits, '\0', (nBytePerLine * nHeight));
685 ptbits = pucBits;
706 ,(PBYTE)pucBits
787 ptbits = pucBits;
815 ,(PBYTE)pucBits
855 free(pucBits);
H A Ddc.cpp1321 unsigned char* pucBits; // buffer that will contain the bitmap data local
1388 pucBits = (unsigned char *)malloc(nBytesPerLine * rBmp.GetHeight());
1390 memset(pucBits, '\0', (nBytesPerLine * rBmp.GetHeight()));
1406 ,(PBYTE)pucBits
1440 pucData = pucBits;
1502 ,(PBYTE)pucBits
1528 free(pucBits);
1584 unsigned char* pucBits; // buffer that will contain the bitmap data local
1587 pucBits = new unsigned char[nBytesPerLine * rBmp.GetHeight()];
1588 memset(pucBits, '\
[all...]

Completed in 77 milliseconds