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

/inkscape/src/util/
H A Dziptool.cpp893 void encodeLiteralStatic(unsigned int ch);
1116 void Deflater::encodeLiteralStatic(unsigned int ch) function in class:Deflater
1246 encodeLiteralStatic(lenCode);
1372 encodeLiteralStatic(windowBuf[windowPos]);
1378 encodeLiteralStatic(windowBuf[windowPos++]);
1380 encodeLiteralStatic(256);

Completed in 23 milliseconds