Home | History | Annotate | Download | only in source

Lines Matching full:scaletbl

2586   int scaletbl[2];
2588 scaletbl[0] = 65536 / (minboxwidth * boxheight);
2589 scaletbl[1] = 65536 / ((minboxwidth + 1) * boxheight);
2590 int *scaleptr = scaletbl - minboxwidth;