Lines Matching refs:otherMatrix
665 double otherMatrix[6];
666 if (!builder->getTransform(otherMatrix)) { // invalid transform
668 otherMatrix[0] = otherMatrix[3] = 1.0;
669 otherMatrix[1] = otherMatrix[2] = otherMatrix[4] = otherMatrix[5] = 0.0;
671 double c0 = a0*otherMatrix[0] + a1*otherMatrix[2];
672 double c1 = a0*otherMatrix[1] + a1*otherMatrix[3];
673 double c2 = a2*otherMatrix[0] + a3*otherMatrix[2];
674 double c3 = a2*otherMatrix[1] + a3*otherMatrix[3];
675 double c4 = a4*otherMatrix[0] + a5*otherMatrix[2] + otherMatrix[4];
676 double c5 = a4*otherMatrix[1] + a5*otherMatrix[3] + otherMatrix[5];