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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp3546 UInt32 width, height, lineBytes = 0; local
3640 lineBytes = width * (hwDesc->bitDepth >> 3);
3642 bzero_nc( dataOut, adjY * lineBytes );
3643 dataOut += adjY * lineBytes;
3817 bzero_nc( dataOut, adjY * lineBytes );
3818 dataOut += adjY * lineBytes;

Completed in 139 milliseconds