Home | History | Annotate | Download | only in core

Lines Matching defs:m10

134     int m10 = SkScalarAs2sCompliment(fMat[SkMatrix::kMSkewY]);
137 if (m01 | m10) {
152 m10 = m10 != 0;
155 int ds1 = m01 & m10; // true if both are 1
1805 const SkScalar m10 = -m01;
1810 quad[1].set(m00 * width + m02, m10 * width + m12);
1811 quad[2].set(m00 * width + m01 * height + m02, m10 * width + m11 * height + m12);
1820 const SkScalar m10 = -m01;
1826 strip[2].set(m00 * width + m02, m10 * width + m12);
1827 strip[3].set(m00 * width + m01 * height + m02, m10 * width + m11 * height + m12);