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

/inkscape/src/
H A Ddesktop-style.cpp1056 int lineheight_unit_prev = -1; local
1147 if (lineheight_unit_prev != -1 && lineheight_unit_current != lineheight_unit_prev) {
1155 lineheight_unit_prev = lineheight_unit_current;
1201 if (lineheight_unit_prev != -1) {
1202 style_res->line_height.unit = lineheight_unit_prev;

Completed in 14 milliseconds