Searched defs:current_rotation (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dwmf-inout.cpp191 double Wmf::current_rotation(PWMF_CALLBACK_DATA /*d*/){ function in class:Inkscape::Extension::Internal::Wmf
2079 tmp_path << 180.0 * current_rotation(d)/M_PI;
2131 tmp_path << 180.0 * current_rotation(d)/M_PI;
2499 tmp_path << 180.0 * current_rotation(d)/M_PI;
H A Demf-inout.cpp214 double Emf::current_rotation(PEMF_CALLBACK_DATA d){ function in class:Inkscape::Extension::Internal::Emf
583 if(current_rotation(d) >= 0.00001 || current_rotation(d) <= -0.00001){ /* some rotation, allow a little rounding error around 0 degrees */
584 int tangle = round(current_rotation(d)*1000000.0);
678 int tangle = round(current_rotation(d)*1000000.0);
2696 tmp_path << 180.0 * current_rotation(d)/M_PI;
2717 tmp_path << 180.0 * current_rotation(d)/M_PI;
2740 tmp_path << 180.0 * current_rotation(d)/M_PI;
2781 tmp_path << 180.0 * current_rotation(d)/M_PI;
3188 tsp.ori += 180.0 * current_rotation(
[all...]

Completed in 929 milliseconds