Home | History | Annotate | Download | only in core

Lines Matching defs:m10

97     int m10 = SkScalarAs2sCompliment(fMat[SkMatrix::kMSkewY]);
100 if (m01 | m10) {
112 m10 = m10 != 0;
119 int ds0 = (m01 | m10) ^ 1; // true if both are 0
120 int ds1 = m01 & m10; // true if both are 1