Home
last modified time | relevance | path

Searched refs:fInvProc (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
Dbasic_transformer.cpp96 Matrix::CalcXYProc fInvProc = Matrix::GetXYProc(operType); in GetDstDimension() local
97 GetRotateDimension(fInvProc, srcSize, dstSize); in GetDstDimension()
224 Matrix::CalcXYProc fInvProc = Matrix::GetXYProc(operType); in DrawPixelmap() local
230fInvProc(invertMatrix, static_cast<float>(x) + minX_ + FHALF, static_cast<float>(y) + minY_ + FHAL… in DrawPixelmap()
246 void BasicTransformer::GetRotateDimension(Matrix::CalcXYProc fInvProc, const Size &srcSize, Size &d… in GetRotateDimension() argument
255 fInvProc(matrix_, 0.0f, 0.0f, dstP1); in GetRotateDimension()
256 fInvProc(matrix_, fx, 0.0f, dstP2); in GetRotateDimension()
257 fInvProc(matrix_, 0.0f, fy, dstP3); in GetRotateDimension()
258 fInvProc(matrix_, fx, fy, dstP4); in GetRotateDimension()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
Dbasic_transformer.h176 void GetRotateDimension(Matrix::CalcXYProc fInvProc, const Size &srcSize, Size &dstSize);