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

/haiku/src/kits/interface/textview_support/
H A DWidthBuffer.cpp59 int32 shiftVal = 24; local
61 value |= ((unsigned char)text[c] << shiftVal);
62 shiftVal -= 8;

Completed in 38 milliseconds