Home | History | Annotate | Download | only in include

Lines Matching refs:_21

372         _21 = __21;
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;
439 _21 = a._21*b._11 + a._22*b._21;
440 _22 = a._21*b._12 + a._22*b._22;
441 _21 + b._31;
452 return Point2F(point.x*_11 + point.y*_21 + _31, point.x*_12 + point.y*_22 + _32);