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

/inkscape/src/util/
H A Dziptool.cpp890 void putBitsR(unsigned int ch, unsigned int bitsWanted);
1099 void Deflater::putBitsR(unsigned int ch, unsigned int bitsWanted) function in class:Deflater
1122 putBitsR(ch + 0x0030 , 8); // 00110000
1126 putBitsR(ch - 144 + 0x0190 , 9); // 110010000
1130 putBitsR(ch - 256 + 0x0000 , 7); // 0000000
1134 putBitsR(ch - 280 + 0x00c0 , 8); // 11000000
1276 putBitsR(distCode, 5);

Completed in 665 milliseconds