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

/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp665 double otherMatrix[6]; local
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[
[all...]

Completed in 18 milliseconds