Searched refs:colBase (Results 1 – 1 of 1) sorted by relevance
265 int colBase = col * 3; in PutPixel() local266 output_[base] = colTab_[colBase]; in PutPixel()267 output_[base + 1] = colTab_[colBase + 1]; in PutPixel()268 output_[base + 2] = colTab_[colBase + 2]; in PutPixel()