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

/inkscape/src/io/
H A Dbase64stream.cpp133 int inCount = 0; local
134 while (inCount < 4)
139 while (inCount < 4) //pad if needed
141 inBytes[inCount++] = 0;
153 inBytes[inCount++] = 0;
164 inBytes[inCount++] = byteVal;

Completed in 13 milliseconds