Searched defs:a22 (Results 1 - 2 of 2) sorted by relevance

/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 68 milliseconds