Searched refs:mnByte (Results 1 – 1 of 1) sorted by relevance
136 sal_uInt32 mnByte; member in psp::Ascii85Encoder160 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()[all …]
Completed in 12 milliseconds