Searched refs:colTab_ (Results 1 – 2 of 2) sorted by relevance
88 colTab_.reset(colBuf); in DecodeImage()96 colTab_[base + 2] = GetByte(); in DecodeImage()97 colTab_[base + 1] = GetByte(); in DecodeImage()98 colTab_[base] = GetByte(); in DecodeImage()266 output_[base] = colTab_[colBase]; in PutPixel()267 output_[base + 1] = colTab_[colBase + 1]; in PutPixel()268 output_[base + 2] = colTab_[colBase + 2]; in PutPixel()309 line[0] = colTab_[base]; in DoStandardDecode()310 line[1] = colTab_[base + 1]; in DoStandardDecode()311 line[2] = colTab_[base + 2]; in DoStandardDecode()
100 scoped_array<uint8> colTab_; variable