Searched refs:padBytes (Results 1 – 3 of 3) sorted by relevance
78 int padBytes = 1)82 return padBytes * ((sizeInBytes + padBytes - 1)83 / padBytes);
490 uint16 blockHeight, uint8 padBytes) in ReadImage() argument501 if (padBytes < 1 || padBytes > 4) { in ReadImage()505 if (padBytes != 4) { in ReadImage()506 AppendData((uint8)padBytes); in ReadImage()
189 uint16 blockHeight, uint8 padBytes = 4);