Searched refs:nLineWidthAry (Results 1 – 1 of 1) sorted by relevance
425 long nLineWidthAry[100]; in ImplGetTabRect() local428 nLineWidthAry[0] = 0; in ImplGetTabRect()443 nLineWidthAry[nLines] = 0; in ImplGetTabRect()454 nLineWidthAry[nLines] += aSize.Width(); in ImplGetTabRect()497 nDX = (nWidth-nOffsetX-nLineWidthAry[n]) / (nLinePosAry[n+1]-i); in ImplGetTabRect()498 nModDX = (nWidth-nOffsetX-nLineWidthAry[n]) % (nLinePosAry[n+1]-i); in ImplGetTabRect()
Completed in 11 milliseconds