Lines Matching defs:a_bMap
68 static SANE_Byte a_bMap[_MAP_SIZE * 3];
98 tmp = ((double)(a_bMap[i] + b)) * c;
101 a_bMap[i] = (u_char)tmp;
103 tmp = ((double)(a_bMap[tabLen+i] + b)) * c;
106 a_bMap[tabLen+i] = (u_char)tmp;
108 tmp = ((double)(a_bMap[tabLen*2+i] + b)) * c;
111 a_bMap[tabLen*2+i] = (u_char)tmp;
167 a_bMap[color*_MAP_SIZE + i] = 0;
170 a_bMap[color*_MAP_SIZE + i] = 255;
187 u_char *pMap = a_bMap+color*_MAP_SIZE;
198 sanei_lm983x_write( dev->fd, 0x06, a_bMap+color*_MAP_SIZE,