Searched refs:BmpDecoderHelper (Results 1 – 3 of 3) sorted by relevance
20 bool BmpDecoderHelper::DecodeImage(const char* p, in DecodeImage()178 void BmpDecoderHelper::DoRLEDecode() { in DoRLEDecode()257 void BmpDecoderHelper::PutPixel(int x, int y, uint8 col) { in PutPixel()271 void BmpDecoderHelper::DoStandardDecode() { in DoStandardDecode()324 int BmpDecoderHelper::GetInt() { in GetInt()332 int BmpDecoderHelper::GetShort() { in GetShort()338 uint8 BmpDecoderHelper::GetByte() { in GetByte()348 int BmpDecoderHelper::CalcShiftRight(uint32 mask) { in CalcShiftRight()357 int BmpDecoderHelper::CalcShiftLeft(uint32 mask) { in CalcShiftLeft()
70 class BmpDecoderHelper {72 BmpDecoderHelper() { } in BmpDecoderHelper() function73 ~BmpDecoderHelper() { } in ~BmpDecoderHelper()80 DISALLOW_EVIL_CONSTRUCTORS(BmpDecoderHelper);
116 image_codec::BmpDecoderHelper helper; in onDecode()