Home | History | Annotate | Download | only in images

Lines Matching defs:GetInt

40   GetInt();  // Size.
41 GetInt(); // Reserved.
42 int offset = GetInt();
44 int infoSize = GetInt();
55 width_ = GetInt();
56 height_ = GetInt();
59 comp = GetInt();
60 GetInt(); // Size.
61 GetInt(); // XPPM.
62 GetInt(); // YPPM.
63 cols = GetInt();
64 GetInt(); // Important colours.
122 redBits_ = GetInt() & 0xffff;
123 greenBits_ = GetInt() & 0xffff;
124 blueBits_ = GetInt() & 0xffff;
331 int BmpDecoderHelper::GetInt() {