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

/inkscape/src/extension/internal/
H A Dcairo-renderer.h66 double vp_height, double *x, double *y, double *width, double *height);
H A Dcairo-renderer.cpp816 calculatePreserveAspectRatio(unsigned int aspect_align, unsigned int aspect_clip, double vp_width, double vp_height, argument
825 scaley = *height / vp_height;
828 new_height = vp_height * scale;

Completed in 66 milliseconds