Searched refs:a4 (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.cpp | 659 double a4 = args[4].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 16 milliseconds