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

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1196 double *text_matrix = state->getTextMat(); local
1197 double w_scale = sqrt( text_matrix[0] * text_matrix[0] + text_matrix[2] * text_matrix[2] );
1198 double h_scale = sqrt( text_matrix[1] * text_matrix[1] + text_matrix[3] * text_matrix[3] );
1206 Geom::Affine new_text_matrix(text_matrix[
[all...]

Completed in 15 milliseconds