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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c1727 GLubyte *dstRow; local
1757 dstRow = dstPtr;
1761 crMemZero(dstRow, dst_row_length);
1767 dstRow[i / 8] |= (128 >> (i % 8));
1770 dstRow += dst_row_length;
1776 crMemZero(dstRow, dst_row_length);
1782 dstRow[i / 8] |= (128 >> (i % 8));
1785 dstRow += dst_row_length;

Completed in 115 milliseconds