Home
last modified time | relevance | path

Searched refs:GetOperType (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dmatrix.cpp75 OperType aOperType = this->GetOperType(); in SetConcat()
76 OperType bOperType = m.GetOperType(); in SetConcat()
114 Matrix::OperType Matrix::GetOperType() const in GetOperType() function in OHOS::Media::Matrix
205 if (m.GetOperType() == 0) { in IdentityXY()
213 if ((static_cast<uint8_t>(m.GetOperType()) & SCALE) == SCALE) { in ScaleXY()
221 if (m.GetOperType() == TRANSLATE) { in TransXY()
229 if ((static_cast<uint8_t>(m.GetOperType()) & ROTATEORSKEW) == ROTATEORSKEW) { in RotXY()
H A Dbasic_transformer.cpp98 Matrix::OperType operType = matrix_.GetOperType(); in GetDstDimension()
233 Matrix::OperType operType = matrix_.GetOperType(); in DrawPixelmap()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dmatrix.h118 return GetOperType() == 0; in IsIdentity()
133 OperType GetOperType() const;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmatrix_test.cpp438 ASSERT_NE(m.GetOperType(), 0); in HWTEST_F()
521 ASSERT_EQ(matrix_.GetOperType(), Matrix::OperType::TRANSLATE); in HWTEST_F()

Completed in 4 milliseconds