Searched refs:pSinY (Results 1 – 2 of 2) sorted by relevance
1442 long* pSinY = new long[ nDstH ]; in ImplCreateRotatedScaled() local1458 pSinY[ nY ] = FRound( fSinAngle * fTmp ); in ImplCreateRotatedScaled()1474 nSinY = pSinY[ nY ]; in ImplCreateRotatedScaled()1514 nSinY = pSinY[ nY ]; in ImplCreateRotatedScaled()1582 nSinY = pSinY[ nY ], nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled()1620 nSinY = pSinY[ nY ], nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled()1691 nSinY = pSinY[ nY ]; in ImplCreateRotatedScaled()1741 delete[] pSinY; in ImplCreateRotatedScaled()
835 long* pSinY = new long[ nNewHeight ]; in Rotate() local850 pSinY[ nY ] = FRound( fSinAngle * fTmp ); in Rotate()855 nSinY = pSinY[ nY ]; in Rotate()872 delete[] pSinY; in Rotate()
Completed in 32 milliseconds