Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4.cpp55 flagBits = General; in QDoubleMatrix4x4()
70 flagBits = General; in QDoubleMatrix4x4()
99 if ((flagBits & ~(Translation | Rotation2D | Rotation)) == Identity) in determinant()
102 if (flagBits < Rotation2D) in determinant()
104 if (flagBits < Perspective) in determinant()
112 if (flagBits == Identity) { in inverted()
116 } else if (flagBits == Translation) { in inverted()
121 inv.flagBits = Translation; in inverted()
125 } else if (flagBits < Rotation2D) { in inverted()
139 inv.flagBits = flagBits; in inverted()
[all …]
H A Dqdoublematrix4x4_p.h72 explicit QDoubleMatrix4x4(Qt::Initialization) : flagBits(General) {} in QDoubleMatrix4x4()
168 int flagBits; // Flag bits from the enum below. variable
201 flagBits = General; in QDoubleMatrix4x4()
213 flagBits = General; in operator()
226 if (flagBits == Identity) in isIdentity()
259 flagBits = Identity; in setToIdentity()
280 flagBits = General; in fill()
301 flagBits = General;
323 flagBits = General;
329 flagBits |= other.flagBits;
[all …]