MCPcopy Create free account
hub / github.com/Tencent/libpag / alignWithBytes

Method alignWithBytes

src/codec/utils/EncodeStream.h:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 void setPosition(uint32_t value);
75
76 void alignWithBytes() {
77 _bitPosition = _position * 8;
78 }
79
80 /**
81 * Writes a Boolean value. A signed 8-bit integer is written according to the value parameter,

Callers 6

ReadTagBlockFunction · 0.45
ReadBlockFunction · 0.45
WriteTagBlockFunction · 0.45
WriteBlockFunction · 0.45
ReadDashesFunction · 0.45
WriteDashesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected