Searched refs:colTab_ (Results 1 – 2 of 2) sorted by relevance
95 colTab_.reset(colBuf); in DecodeImage()103 colTab_[base + 2] = GetByte(); in DecodeImage()104 colTab_[base + 1] = GetByte(); in DecodeImage()105 colTab_[base] = GetByte(); in DecodeImage()273 output_[base] = colTab_[colBase]; in PutPixel()274 output_[base + 1] = colTab_[colBase + 1]; in PutPixel()275 output_[base + 2] = colTab_[colBase + 2]; in PutPixel()316 line[0] = colTab_[base]; in DoStandardDecode()317 line[1] = colTab_[base + 1]; in DoStandardDecode()318 line[2] = colTab_[base + 2]; in DoStandardDecode()
107 scoped_array<uint8> colTab_; variable