Home
last modified time | relevance | path

Searched refs:nRotY (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx829 long nRotY; in Rotate() local
861 nRotY = ( pSinX[ nX ] + nCosY ) >> 6; in Rotate()
863 if ( ( nRotX > -1L ) && ( nRotX < nWidth ) && ( nRotY > -1L ) && ( nRotY < nHeight ) ) in Rotate()
864 pWriteAcc->SetPixel( nY, nX, pReadAcc->GetPixel( nRotY, nRotX ) ); in Rotate()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx2994 for (SCSIZE nRotY=0; nRotY<nArrCount; nRotY++) in DrawRotated() local
2995 if (pRowInfo[nRotY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nRotY].nRotMaxCol > nRotMax) in DrawRotated()
2996 nRotMax = pRowInfo[nRotY].nRotMaxCol; in DrawRotated()
H A Doutput.cxx621 for (SCSIZE nRotY=0; nRotY<nArrCount; nRotY++) in FindRotated() local
622 if (pRowInfo[nRotY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nRotY].nRotMaxCol > nRotMax) in FindRotated()
623 nRotMax = pRowInfo[nRotY].nRotMaxCol; in FindRotated()
1392 for (SCSIZE nRotY=0; nRotY<nArrCount; nRotY++) in DrawRotatedFrame() local
1393 if (pRowInfo[nRotY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nRotY].nRotMaxCol > nRotMax) in DrawRotatedFrame()
1394 nRotMax = pRowInfo[nRotY].nRotMaxCol; in DrawRotatedFrame()

Completed in 52 milliseconds