Lines Matching refs:mnByte
136 sal_uInt32 mnByte; member in psp::Ascii85Encoder
160 mnByte (0), in Ascii85Encoder()
168 mpByteBuffer [mnByte++] = nByte; in PutByte()
180 if (mnByte < 4) in ConvertToAscii85()
181 std::memset (mpByteBuffer + mnByte, 0, (4 - mnByte) * sizeof(sal_uInt8)); in ConvertToAscii85()
188 if (nByteValue == 0 && mnByte == 4) in ConvertToAscii85()
209 mnColumn += (mnByte + 1); in ConvertToAscii85()
210 mnOffset += (mnByte + 1); in ConvertToAscii85()
226 mnByte = 0; in ConvertToAscii85()
233 if (mnByte == 4) in WriteAscii()
263 if (mnByte > 0) in ~Ascii85Encoder()