Lines Matching refs:ep_table
292 int ep_table[9]; in LineAA() local
383 ep_table[0] = 0; in LineAA()
384 ep_table[8] = slope; in LineAA()
385 ep_table[1] = ep_table[3] = ((((j - i) & 0x78) | 4) * slope >> 8) & 0x1ff; in LineAA()
386 ep_table[2] = (t1 >> 8) & 0x1ff; in LineAA()
387 ep_table[4] = ((((j - i) + 0x80) | 4) * slope >> 8) & 0x1ff; in LineAA()
388 ep_table[5] = ((t1 + t0) >> 8) & 0x1ff; in LineAA()
389 ep_table[6] = (t2 >> 8) & 0x1ff; in LineAA()
390 ep_table[7] = ((t2 + t0) >> 8) & 0x1ff; in LineAA()
415 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + in LineAA()
447 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + in LineAA()
490 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + in LineAA()
522 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + in LineAA()
573 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + in LineAA()
605 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + in LineAA()