Lines Matching defs:hits
105 int hits = 0;
140 hits++;
146 /*no hits, overwrite with avg surrounding color*/
147 if(!hits){
172 int hits = 0;
197 hits++;
205 /*no hits, overwrite with avg surrounding color*/
206 if(!hits){
225 int hits = 0;
244 hits += buffer[i + k*bw + (j+l)/8] >> (7-(j+l)%8) & 1;
246 if(hits)
251 /*no hits, overwrite with white*/
252 if(!hits){