Home
last modified time | relevance | path

Searched refs:colBase (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/images/
Dbmpdecoderhelper.cpp265 int colBase = col * 3; in PutPixel() local
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()