Lines Matching refs:nRowHeight
807 long nRowHeight = pThisRowInfo->nHeight; in DrawBackground() local
824 nRowHeight += pRowInfo[nArrY+nSkip].nHeight; // after incrementing in DrawBackground()
830 aRect = Rectangle( nPosX,nPosY, nPosX,nPosY+nRowHeight-nOneY ); in DrawBackground()
907 nPosY += nRowHeight; in DrawBackground()
943 long nRowHeight = pThisRowInfo->nHeight; in DrawExtraShadow() local
995 if (nSizeY >= nRowHeight) nSizeY = nRowHeight-1; in DrawExtraShadow()
1058 nPosY += nRowHeight; in DrawExtraShadow()
1087 long nRowHeight = pThisRowInfo->nHeight; in DrawClear() local
1096 nRowHeight += pRowInfo[nArrY+nSkip].nHeight; // after incrementing in DrawClear()
1100 Size( nScrW+1-nOneX, nRowHeight+1-nOneY) ); in DrawClear()
1105 nPosY += nRowHeight; in DrawClear()
1437 long nRowHeight = rThisRowInfo.nHeight; in DrawRotatedFrame() local
1489 long nBottom = nPosY + nRowHeight - 1; in DrawRotatedFrame()
1501 long nSkew = (long) ( nRowHeight * nCos / nSin ); in DrawRotatedFrame()
1657 nPosY += nRowHeight; in DrawRotatedFrame()