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

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1197 double w_scale = sqrt( text_matrix[0] * text_matrix[0] + text_matrix[2] * text_matrix[2] ); local
1200 if ( w_scale > h_scale ) {
1201 max_scale = w_scale;

Completed in 1064 milliseconds