Lines Matching defs:m10
126 int m10 = SkScalarAs2sCompliment(fMat[SkMatrix::kMSkewY]);
129 if (m01 | m10) {
144 m10 = m10 != 0;
147 int ds1 = m01 & m10; // true if both are 1
1823 const SkScalar m10 = -m01;
1828 quad[1].set(m00 * width + m02, m10 * width + m12);
1829 quad[2].set(m00 * width + m01 * height + m02, m10 * width + m11 * height + m12);
1838 const SkScalar m10 = -m01;
1844 strip[2].set(m00 * width + m02, m10 * width + m12);
1845 strip[3].set(m00 * width + m01 * height + m02, m10 * width + m11 * height + m12);
1852 // Assuming M = [m10 m11 m12], define the projected p'(u,v) = [g(u,v)] where
1866 // J' = [dx/du dy/du dw/du] = [m00 m10 m20]