Lines Matching refs:nRowPosY
2149 long nRowPosY = nScrY; in DrawEdit() local
2154 if (nArrY==1) nRowPosY = nScrY; // vorher wird einzeln berechnet in DrawEdit()
2172 long nPosY = nRowPosY; in DrawEdit()
2758 if ( nClipStartY < nRowPosY ) in DrawEdit()
2760 long nDif = nRowPosY - nClipStartY; in DrawEdit()
2762 nClipStartY = nRowPosY; in DrawEdit()
2979 nRowPosY += pRowInfo[nArrY].nHeight; in DrawEdit()
3025 long nRowPosY = nScrY; in DrawRotated() local
3030 if (nArrY==1) nRowPosY = nScrY; // vorher wird einzeln berechnet in DrawRotated()
3056 long nPosY = nRowPosY; in DrawRotated()
3456 if ( nClipStartY < nRowPosY ) in DrawRotated()
3458 long nDif = nRowPosY - nClipStartY; in DrawRotated()
3460 nClipStartY = nRowPosY; in DrawRotated()
3675 nRowPosY += pRowInfo[nArrY].nHeight; in DrawRotated()