Searched refs:a22 (Results 1 - 3 of 3) sorted by relevance

/inkscape/share/extensions/
H A Dsimpletransform.py69 a11,a21,a12,a22,v1,v2=result.group(2).replace(',',' ').split()
70 matrix=[[float(a11),float(a12),float(v1)], [float(a21),float(a22),float(v2)]]
88 a22 = mat[0][0]/det
91 a23 = -(a21*mat[0][2] + a22*mat[1][2])
92 return [[a11,a12,a13],[a21,a22,a23]]
100 a22 = M1[1][0]*M2[0][1] + M1[1][1]*M2[1][1]
104 return [[a11,a12,v1],[a21,a22,v2]]
/inkscape/src/2geom/numeric/
H A Dsymmetric-matrix-fs-trace.h150 double a22 = S.get<0,0>() * S.get<1,1>() - S.get<0,1>() * S.get<1,0>(); local
151 return (a00 + a11 + a22);
388 double a22 = S.get<0,0>() * S.get<1,1>() - S.get<0,1>() * S.get<1,0>();
389 double d = a20 * S.get<2,0>() + a21 * S.get<2,1>() + a22 * S.get<2,2>();
393 if (a20 != 0 || a21 != 0 || a22 != 0) return 2;
/inkscape/src/extension/internal/
H A Demf-inout.cpp2384 float a22 = pEmr->xform.eM22; local
2403 float c21 = a21*b11 + a22*b21 + a23*b31;;
2404 float c22 = a21*b12 + a22*b22 + a23*b32;;
2405 //float c23 = a21*b13 + a22*b23 + a23*b33;;
2427 float a22 = d->dc[d->level].worldTransform.eM22; local
2446 float c21 = a21*b11 + a22*b21 + a23*b31;;
2447 float c22 = a21*b12 + a22*b22 + a23*b32;;
2448 //float c23 = a21*b13 + a22*b23 + a23*b33;;

Completed in 27 milliseconds