Searched refs:nRotY (Results 1 – 3 of 3) sorted by relevance
621 for (SCSIZE nRotY=0; nRotY<nArrCount; nRotY++) in FindRotated() local622 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() local1393 if (pRowInfo[nRotY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nRotY].nRotMaxCol > nRotMax) in DrawRotatedFrame()1394 nRotMax = pRowInfo[nRotY].nRotMaxCol; in DrawRotatedFrame()
2994 for (SCSIZE nRotY=0; nRotY<nArrCount; nRotY++) in DrawRotated() local2995 if (pRowInfo[nRotY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nRotY].nRotMaxCol > nRotMax) in DrawRotated()2996 nRotMax = pRowInfo[nRotY].nRotMaxCol; in DrawRotated()
829 long nRotY; in Rotate() local861 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()
Completed in 49 milliseconds