Home | History | Annotate | Download | only in gif

Lines Matching refs:WriteByte

66 			b.WriteByte(byte(len(enc)))
72 b.WriteByte(0x00) // An empty block signifies the end of the image data.
106 b.WriteByte(byte(transparentIndex))
107 b.WriteByte(0)
115 b.WriteByte(byte(len(enc)))
117 b.WriteByte(0x00)
209 b.WriteByte(byte(len(enc)))
211 b.WriteByte(0x00) // An empty block signifies the end of the image data.
231 b.WriteByte(byte(len(enc)))
233 b.WriteByte(0x00) // An empty block signifies the end of the image data.
267 b.WriteByte(byte(len(enc)))
269 b.WriteByte(0x00) // An empty block signifies the end of the image data.