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

/haiku/src/libs/icon/flat_icon/
H A DPathCommandQueue.cpp26 fCommandByte(0),
45 fCommandByte = 0;
85 if (!fCommandBuffer.Write(fCommandByte))
99 fCommandByte = 0;
226 fCommandByte |= command << fCommandPos;
231 uint8 commandByte = fCommandByte;
232 fCommandByte = 0;
253 if (!fCommandBuffer.Read(fCommandByte))
257 command = (fCommandByte >> fCommandPos) & 0x03;
H A DPathCommandQueue.h54 uint8 fCommandByte; member in class:PathCommandQueue

Completed in 50 milliseconds