Searched refs:a5 (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.cpp | 660 double a5 = args[5].getNum(); local 662 builder->setTransform(a0, a1, a2, a3, a4, a5); 675 double c4 = a4*otherMatrix[0] + a5*otherMatrix[2] + otherMatrix[4]; 676 double c5 = a4*otherMatrix[1] + a5*otherMatrix[3] + otherMatrix[5]; 680 builder->setTransform(a0, a1, a2, a3, a4, a5);
|
Completed in 21 milliseconds