Searched refs:CImageRotating (Results 1 – 3 of 3) sorted by relevance
39 CImageRotating::CImageRotating (int32_t iCpuFlag) { in CImageRotating() function in CImageRotating46 CImageRotating::~CImageRotating() { in ~CImageRotating()49 void CImageRotating::InitImageRotateFuncs (SImageRotateFuncs& sImageRotateFuncs, int32_t iCpuFlag) { in InitImageRotateFuncs()54 EResult CImageRotating::ProcessImageRotate (int32_t iType, uint8_t* pSrc, uint32_t uiBytesPerPixel,… in ProcessImageRotate()68 EResult CImageRotating::Process (int32_t iType, SPixMap* pSrc, SPixMap* pDst) { in Process()
66 class CImageRotating : public IStrategy {68 CImageRotating (int32_t iCpuFlag);69 ~CImageRotating();
293 pStrategy = WelsDynamicCast (IStrategy*, new CImageRotating (iCpuFlag)); in CreateStrategy()