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

/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp631 uint8 *bmpRowData = new (nothrow) uint8[bmpRowBytes]; local
632 if (!bmpRowData)
636 delete[] bmpRowData;
639 memset(bmpRowData + (bmpRowBytes - padding), 0, padding);
645 delete [] bmpRowData;
658 memcpy(bmpRowData + (i * 3),
665 bmppixel = bmpRowData + (i * 3);
684 bmppixel = bmpRowData + (i * 3);
700 bmppixel = bmpRowData + (i * 3);
708 bmppixel = bmpRowData
817 uint8 *bmpRowData = new (nothrow) uint8[bmpRowBytes]; local
882 uint8 *bmpRowData = new (nothrow) uint8[bmpRowBytes]; local
1234 uint8 *bmpRowData = new (nothrow) uint8[bmpRowBytes]; local
1357 uint8 *bmpRowData = new (nothrow) uint8[bmpRowBytes]; local
[all...]

Completed in 38 milliseconds