Searched defs:apt (Results 1 - 3 of 3) sorted by relevance

/inkscape/share/extensions/
H A Dmeasure.py58 inkex.errormsg(_("Failed to import the numpy modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.")) namespace
H A Dperspective.py44 inkex.errormsg(_("Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.")) namespace
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp2673 U_POINT16 apt; local
2681 memcpy(&apt, Points + i, U_SIZE_POINT16); // points may not be aligned, copy them this way
2683 poly_path << "\n\tM " << pix_to_xy( d, apt.x, apt.y) << " ";
2687 memcpy(&apt, Points + i, U_SIZE_POINT16); // points may not be aligned, copy them this way
2688 poly_path << "\n\tL " << pix_to_xy( d, apt.x, apt.y) << " ";

Completed in 2002 milliseconds