Searched refs:flagBits (Results 1 – 2 of 2) sorted by relevance
55 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 …]
72 explicit QDoubleMatrix4x4(Qt::Initialization) : flagBits(General) {} in QDoubleMatrix4x4()168 int flagBits; // Flag bits from the enum below. variable201 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 …]