Home | History | Annotate | Download | only in images

Lines Matching defs:GetInt

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