Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dmatrix.cpp75 OperType aOperType = this->GetOperType(); in SetConcat() local
78 if ((static_cast<uint8_t>(aOperType) & OPERTYPE_MASK) == 0) { in SetConcat()
80 …} else if (((static_cast<uint8_t>(aOperType) | static_cast<uint8_t>(bOperType)) & ROTATEORSKEW) ==… in SetConcat()