Home | History | Annotate | Download | only in source

Lines Matching full:minboxwidth

2587   int minboxwidth = (dx >> 16);
2588 scaletbl[0] = 65536 / (minboxwidth * boxheight);
2589 scaletbl[1] = 65536 / ((minboxwidth + 1) * boxheight);
2590 int *scaleptr = scaletbl - minboxwidth;