Searched refs:pCosY (Results 1 – 2 of 2) sorted by relevance
1441 long* pCosY = new long[ nDstH ]; in ImplCreateRotatedScaled() local1457 pCosY[ nY ] = FRound( fCosAngle * ( fTmp = nTmpY++ << 8 ) ); in ImplCreateRotatedScaled()1475 nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled()1515 nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled()1582 nSinY = pSinY[ nY ], nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled()1620 nSinY = pSinY[ nY ], nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled()1692 nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled()1742 delete[] pCosY; in ImplCreateRotatedScaled()
834 long* pCosY = new long[ nNewHeight ]; in Rotate() local849 pCosY[ nY ] = FRound( fCosAngle * fTmp ); in Rotate()856 nCosY = pCosY[ nY ]; in Rotate()873 delete[] pCosY; in Rotate()
Completed in 38 milliseconds