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

/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp1818 double xM, yM; local
1837 xM = 0.5 * (x0 + x1);
1847 shading->getColor(xM, yM, &fillColor);
1868 // (x0,y0) (xM,y0) (x1,y0)
1874 // | (xM,yM) |
1879 // (x0,y1) (xM,y1) (x1,y1)
1883 shading->getColor(xM, y0, &colorM0);
1884 shading->getColor(xM, y1, &colorM1);
1885 shading->getColor(xM, yM, &colorMM);
1892 doFunctionShFill1(shading, x0, y0, xM, y
[all...]

Completed in 20 milliseconds