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

/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 149 milliseconds