Home | History | Annotate | Download | only in images

Lines Matching refs:GetByte

103       colTab_[base + 2] = GetByte();
104 colTab_[base + 1] = GetByte();
105 colTab_[base] = GetByte();
107 GetByte();
193 uint8 cmd = GetByte();
195 uint8 pixels = GetByte();
210 cmd = GetByte();
221 uint8 dx = GetByte();
222 uint8 dy = GetByte();
238 val = GetByte();
257 GetByte();
289 line[2] = GetByte();
290 line[1] = GetByte();
291 line[0] = GetByte();
300 col = GetByte();
303 currVal = GetByte();
310 currVal = GetByte();
322 GetByte();
326 GetByte();
332 uint8 b1 = GetByte();
333 uint8 b2 = GetByte();
334 uint8 b3 = GetByte();
335 uint8 b4 = GetByte();
340 uint8 b1 = GetByte();
341 uint8 b2 = GetByte();
345 uint8 BmpDecoderHelper::GetByte() {