Lines Matching refs:_22
54985 extern const _Placeholder<22> _22;
106717 , _21(0), _22(1.0f)
106722 , _21(a21), _22(a22)
106728 Float _21, _22;
106746 retPoint.y = aPoint.x * _12 + aPoint.y * _22 + _32;
106756 retSize.height = aSize.width * _12 + aSize.height * _22;
106776 _32 += _12 * aX + _22 * aY;
106811 _22 *= aY;
106824 _22 *= aScaleY;
106844 Float A = _22;
106846 Float C = _21 * _32 - _22 * _31;
106862 _22 = inv_det * E;
106879 return _11 * _22 - _12 * _21;
106887 resultMatrix._12 = this->_11 * aMatrix._12 + this->_12 * aMatrix._22;
106888 resultMatrix._21 = this->_21 * aMatrix._11 + this->_22 * aMatrix._21;
106889 resultMatrix._22 = this->_21 * aMatrix._12 + this->_22 * aMatrix._22;
106891 resultMatrix._32 = this->_31 * aMatrix._12 + this->_32 * aMatrix._22 + aMatrix._32;
106917 FuzzyEqual(_21, other._21) && FuzzyEqual(_22, other._22) &&
106929 _21 == o._21 && _22 == o._22 &&
106937 mozilla::IsFinite(_21) && mozilla::IsFinite(_22) &&
106947 } else if (FuzzyEqual(_22, 0) && FuzzyEqual(_11, 0)) {
106976 return !FuzzyEqual(_11, 1.0) || !FuzzyEqual(_22, 1.0) ||
106986 (!FuzzyEqual(_22, 1.0) && !FuzzyEqual(_22, -1.0)) ||
106995 _21 == 0.0f && _22 == 1.0f &&
107012 FuzzyEqual(_21, 0.0f) && FuzzyEqual(_22, 1.0f);
107028 FuzzyIsInteger(_21) && FuzzyIsInteger(_22) &&
107041 return ((FuzzyEqual(_11, 0.0) && FuzzyEqual(_22, 0.0))
107058 return (_11 < 0.0) || (_22 < 0.0);
107096 , _21(0.0f), _22(1.0f), _23(0.0f), _24(0.0f)
107106 , _21(a21), _22(a22), _23(a23), _24(a24)
107124 Float _21, _22, _23, _24;
107174 aMatrix->_22 = _22;
107185 return Matrix(_11, _12, _21, _22, _41, _42);
107198 aMatrix->_22 = _22;
107226 _22 *= scale;
107430 matrix._22 = aMatrix._22;
107444 Float y = aPoint.x * _21 + aPoint.y * _22 + aPoint.z * _23 + aPoint.w * _24;
107457 retPoint.y = aPoint.x * _12 + aPoint.y * _22 + aPoint.z * _32 + aPoint.w * _42;
107469 result.y = aPoint.x * _12 + aPoint.y * _22 + aPoint.z * _32 + _42;
107545 _42 += aX * _12 + aY * _22 + aZ * _32;
107563 _22 += _24 * aY;
107600 _22 *= aY;
107621 _22 *= aScaleY;
107680 _21 == o._21 && _22 == o._22 && _23 == o._23 && _24 == o._24 &&
107696 matrix._21 = _21 * aMatrix._11 + _22 * aMatrix._21 + _23 * aMatrix._31 + _24 * aMatrix._41;
107699 matrix._12 = _11 * aMatrix._12 + _12 * aMatrix._22 + _13 * aMatrix._32 + _14 * aMatrix._42;
107700 matrix._22 = _21 * aMatrix._12 + _22 * aMatrix._22 + _23 * aMatrix._32 + _24 * aMatrix._42;
107701 matrix._32 = _31 * aMatrix._12 + _32 * aMatrix._22 + _33 * aMatrix._32 + _34 * aMatrix._42;
107702 matrix._42 = _41 * aMatrix._12 + _42 * aMatrix._22 + _43 * aMatrix._32 + _44 * aMatrix._42;
107704 matrix._23 = _21 * aMatrix._13 + _22 * aMatrix._23 + _23 * aMatrix._33 + _24 * aMatrix._43;
107708 matrix._24 = _21 * aMatrix._14 + _22 * aMatrix._24 + _23 * aMatrix._34 + _24 * aMatrix._44;
107726 _21 == 0.0f && _22 == 1.0f && _23 == 0.0f && _24 == 0.0f &&
107740 - _14 * _22 * _33 * _41
107742 + _13 * _22 * _34 * _41
107750 + _14 * _22 * _31 * _43
107755 - _11 * _22 * _34 * _43
107756 - _13 * _22 * _31 * _44
107761 + _11 * _22 * _33 * _44;
107773 result._11 = _23 * _34 * _42 - _24 * _33 * _42 + _24 * _32 * _43 - _22 * _34 * _43 - _23 * _32 * _44 + _22 * _33 * _44;
107775 result._13 = _13 * _24 * _42 - _14 * _23 * _42 + _14 * _22 * _43 - _12 * _24 * _43 - _13 * _22 * _44 + _12 * _23 * _44;
107776 result._14 = _14 * _23 * _32 - _13 * _24 * _32 - _14 * _22 * _33 + _12 * _24 * _33 + _13 * _22 * _34 - _12 * _23 * _34;
107778 result._22 = _13 * _34 * _41 - _14 * _33 * _41 + _14 * _31 * _43 - _11 * _34 * _43 - _13 * _31 * _44 + _11 * _33 * _44;
107781 result._31 = _22 * _34 * _41 - _24 * _32 * _41 + _24 * _31 * _42 - _21 * _34 * _42 - _22 * _31 * _44 + _21 * _32 * _44;
107783 result._33 = _12 * _24 * _41 - _14 * _22 * _41 + _14 * _21 * _42 - _11 * _24 * _42 - _12 * _21 * _44 + _11 * _22 * _44;
107784 result._34 = _14 * _22 * _31 - _12 * _24 * _31 - _14 * _21 * _32 + _11 * _24 * _32 + _12 * _21 * _34 - _11 * _22 * _34;
107785 result._41 = _23 * _32 * _41 - _22 * _33 * _41 - _23 * _31 * _42 + _21 * _33 * _42 + _22 * _31 * _43 - _21 * _32 * _43;
107787 result._43 = _13 * _22 * _41 - _12 * _23 * _41 - _13 * _21 * _42 + _11 * _23 * _42 + _12 * _21 * _43 - _11 * _22 * _43;
107788 result._44 = _12 * _23 * _31 - _13 * _22 * _31 + _13 * _21 * _32 - _11 * _23 * _32 - _12 * _21 * _33 + _11 * _22 * _33;
107795 result._22 /= det;
107843 gfx::FuzzyEqual(_21, o._21) && gfx::FuzzyEqual(_22, o._22) &&
107858 ::mozilla::FuzzyEqualsMultiplicative(_22, o._22) &&
107875 Float __33 = _12*_24*_41 - _14*_22*_41 +
107877 _12*_21*_44 + _11*_22*_44;
107888 NudgeToInteger(&_22);
107934 _22 = 1.0f - (xx + zz);
107955 _22 = UnspecifiedNaN<Float>();
107980 _12 += tanY * _22;
107981 _22 += tanX * temp;
108004 temp = _22;
108005 _22 = cosTheta * _22 + sinTheta * _32;
108055 _12 = cosTheta * _12 + sinTheta * _22;
108056 _22 = -sinTheta * temp + cosTheta * _22;
108096 _22 = 1 - 2 * (x * x + z * z) * sq;
108138 return !gfx::FuzzyEqual(_11, 1.0) || !gfx::FuzzyEqual(_22, 1.0) ||
108168 _21, _22, _23, _24,
108174 aUnknown._21, aUnknown._22, aUnknown._23, aUnknown._24,
108187 , _21(0), _22(1.0f), _23(0), _24(0)
108198 , _21(a21), _22(a22), _23(a23), _24(a24)
108207 _21 == o._21 && _22 == o._22 && _23 == o._23 && _24 == o._24 &&
108223 resultMatrix._12 = this->_11 * aMatrix._12 + this->_12 * aMatrix._22 + this->_13 * aMatrix._32 + this->_14 * aMatrix._42;
108226 resultMatrix._21 = this->_21 * aMatrix._11 + this->_22 * aMatrix._21 + this->_23 * aMatrix._31 + this->_24 * aMatrix._41;
108227 resultMatrix._22 = this->_21 * aMatrix._12 + this->_22 * aMatrix._22 + this->_23 * aMatrix._32 + this->_24 * aMatrix._42;
108228 resultMatrix._23 = this->_21 * aMatrix._13 + this->_22 * aMatrix._23 + this->_23 * aMatrix._33 + this->_24 * aMatrix._43;
108229 resultMatrix._24 = this->_21 * aMatrix._14 + this->_22 * aMatrix._24 + this->_23 * aMatrix._34 + this->_24 * aMatrix._44;
108231 resultMatrix._32 = this->_31 * aMatrix._12 + this->_32 * aMatrix._22 + this->_33 * aMatrix._32 + this->_34 * aMatrix._42;
108235 resultMatrix._42 = this->_41 * aMatrix._12 + this->_42 * aMatrix._22 + this->_43 * aMatrix._32 + this->_44 * aMatrix._42;
108239 resultMatrix._52 = this->_51 * aMatrix._12 + this->_52 * aMatrix._22 + this->_53 * aMatrix._32 + this->_54 * aMatrix._42 + aMatrix._52;
108255 Float _21, _22, _23, _24;
108351 y = px * aMatrix._12 + py * aMatrix._22 + aMatrix._42;
160628 mMessage << "Matrix(" << aMatrix._11 << " " << aMatrix._12 << " ; " << aMatrix._21 << " " << aMatrix._22 << " ; " << aMatrix._31 << " " << aMatrix._32 << ")";