Home | History | Annotate | Download | only in core

Lines Matching defs:m01

100     int m01 = SkScalarAs2sCompliment(fMat[SkMatrix::kMSkewX]);
104 if (m01 | m10) {
115 m01 = m01 != 0;
123 int ds0 = (m01 | m10) ^ 1; // true if both are 0
124 int ds1 = m01 & m10; // true if both are 1