HomeSort by relevance Sort by last modified time
    Searched refs:colTab_ (Results 1 - 2 of 2) sorted by null

  /external/skia/src/images/
bmpdecoderhelper.cpp 95 colTab_.reset(colBuf);
103 colTab_[base + 2] = GetByte();
104 colTab_[base + 1] = GetByte();
105 colTab_[base] = GetByte();
273 output_[base] = colTab_[colBase];
274 output_[base + 1] = colTab_[colBase + 1];
275 output_[base + 2] = colTab_[colBase + 2];
316 line[0] = colTab_[base];
317 line[1] = colTab_[base + 1];
318 line[2] = colTab_[base + 2]
    [all...]
bmpdecoderhelper.h 107 scoped_array<uint8> colTab_;

Completed in 113 milliseconds