Searched defs:flip_matrix (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libnrtype/ | ||
H A D | Layout-TNG-Output.cpp | 495 Geom::Affine flip_matrix; local 496 flip_matrix.setIdentity(); 497 flip_matrix[3] = -1.0; 498 font_matrix = flip_matrix * font_matrix; |
Completed in 23 milliseconds