Lines Matching refs:GetInt
33 GetInt(); // Size. in DecodeImage()
34 GetInt(); // Reserved. in DecodeImage()
35 int offset = GetInt(); in DecodeImage()
37 int infoSize = GetInt(); in DecodeImage()
48 width_ = GetInt(); in DecodeImage()
49 height_ = GetInt(); in DecodeImage()
52 comp = GetInt(); in DecodeImage()
53 GetInt(); // Size. in DecodeImage()
54 GetInt(); // XPPM. in DecodeImage()
55 GetInt(); // YPPM. in DecodeImage()
56 cols = GetInt(); in DecodeImage()
57 GetInt(); // Important colours. in DecodeImage()
115 redBits_ = GetInt() & 0xffff; in DecodeImage()
116 greenBits_ = GetInt() & 0xffff; in DecodeImage()
117 blueBits_ = GetInt() & 0xffff; in DecodeImage()
324 int BmpDecoderHelper::GetInt() { in GetInt() function in image_codec::BmpDecoderHelper