Searched refs:nLineWidthAry (Results 1 – 1 of 1) sorted by relevance
423 long nLineWidthAry[100]; in ImplGetTabRect() local426 nLineWidthAry[0] = 0; in ImplGetTabRect()441 nLineWidthAry[nLines] = 0; in ImplGetTabRect()452 nLineWidthAry[nLines] += aSize.Width(); in ImplGetTabRect()495 nDX = (nWidth-nOffsetX-nLineWidthAry[n]) / (nLinePosAry[n+1]-i); in ImplGetTabRect()496 nModDX = (nWidth-nOffsetX-nLineWidthAry[n]) % (nLinePosAry[n+1]-i); in ImplGetTabRect()
Completed in 23 milliseconds