Home | History | Annotate | Download | only in images

Lines Matching defs:choice

102     int choice;
107 choice = 0;
140 choice = chooser->choose();
144 if (choice >= count || choice < 0)
150 int w = readByte(buf, 6 + choice*16);
151 int h = readByte(buf, 7 + choice*16);
152 int colorCount = readByte(buf, 8 + choice*16);
153 //int reservedToo = readByte(buf, 9 + choice*16); //0
154 //int planes = read2Bytes(buf, 10 + choice*16); //1 - but often 0
155 //int fakeBitCount = read2Bytes(buf, 12 + choice*16); //should be real - usually 0
156 int size = read4Bytes(buf, 14 + choice*16); //matters?
157 int offset = read4Bytes(buf, 18 + choice*16);