Home | History | Annotate | Download | only in include

Lines Matching refs:_12

371         _12 = __12;
421 return _11*_22 - _12*_21;
433 return _11 == 1.0f && _12 == 0.0f && _21 == 0.0f && _22 == 1.0f && _31 == 0.0f && _32 == 0.0f;
437 _11 = a._11*b._11 + a._12*b._21;
438 _12 = a._11*b._12 + a._12*b._22;
440 _22 = a._21*b._12 + a._22*b._22;
442 _32 = a._31*b._12 + a._32*b._22 + b._32;
452 return Point2F(point.x*_11 + point.y*_21 + _31, point.x*_12 + point.y*_22 + _32);