Searched refs:fCommandPos (Results 1 - 2 of 2) sorted by path

/haiku/src/libs/icon/flat_icon/
H A DPathCommandQueue.h55 uint8 fCommandPos; member in class:PathCommandQueue
H A DPathCommandQueue.cpp27 fCommandPos(0),
46 fCommandPos = 0;
83 if (fCommandPos > 0) {
100 fCommandPos = 0;
226 fCommandByte |= command << fCommandPos;
227 fCommandPos += 2;
230 if (fCommandPos == 8) {
233 fCommandPos = 0;
251 if (fCommandPos == 0) {
257 command = (fCommandByte >> fCommandPos)
[all...]

Completed in 39 milliseconds