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

/haiku/src/add-ons/accelerants/intel_extreme/
H A Dcursor.cpp38 uint8 byteWidth = (width + 7) / 8; local
41 for (int32 x = 0; x < byteWidth; x++) {
42 data[16 * y + x] = andMask[byteWidth * y + x];
43 data[16 * y + x + 8] = xorMask[byteWidth * y + x];
/haiku/src/apps/diskprobe/
H A DDataView.cpp506 float byteWidth = fCharWidth; local
513 byteWidth *= 2;
519 float endInLine = (end % kBlockSize) * width + byteWidth - 1;

Completed in 16 milliseconds