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

/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp74 const int widthBytes = (width + 7) / 8; // byte boundary local
75 uchar* buffer = new uchar[widthBytes];

Completed in 284 milliseconds