Home | History | Annotate | Download | only in images

Lines Matching refs:choice

99     int choice;
104 choice = 0;
137 choice = chooser->choose();
141 if (choice >= count || choice < 0)
147 int w = readByte(buf, 6 + choice*16);
148 int h = readByte(buf, 7 + choice*16);
149 int colorCount = readByte(buf, 8 + choice*16);
150 //int reservedToo = readByte(buf, 9 + choice*16); //0
151 //int planes = read2Bytes(buf, 10 + choice*16); //1 - but often 0
152 //int fakeBitCount = read2Bytes(buf, 12 + choice*16); //should be real - usually 0
153 int size = read4Bytes(buf, 14 + choice*16); //matters?
154 int offset = read4Bytes(buf, 18 + choice*16);