Searched refs:scaletbl (Results 1 – 1 of 1) sorted by relevance
3386 int scaletbl[2]; in ScaleAddCols2_C() local3388 scaletbl[0] = 65536 / (minboxwidth * boxheight); in ScaleAddCols2_C()3389 scaletbl[1] = 65536 / ((minboxwidth + 1) * boxheight); in ScaleAddCols2_C()3391 int *scaleptr = scaletbl - minboxwidth; in ScaleAddCols2_C()