Searched refs:GetOperType (Results 1 – 4 of 4) sorted by relevance
75 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::Matrix205 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()
98 Matrix::OperType operType = matrix_.GetOperType(); in GetDstDimension()236 Matrix::OperType operType = matrix_.GetOperType(); in DrawPixelmap()
118 return GetOperType() == 0; in IsIdentity()133 OperType GetOperType() const;
438 ASSERT_NE(m.GetOperType(), 0);521 ASSERT_EQ(matrix_.GetOperType(), Matrix::OperType::TRANSLATE);