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

/inkscape/src/
H A Ddesktop-style.cpp1055 double lineheight_prev = 0; local
1116 (lineheight_prev == 0 || lineheight_prev == lineheight_current))
1143 if (lineheight_prev != 0 && lineheight_current != lineheight_prev) {
1154 lineheight_prev = lineheight_current;

Completed in 20 milliseconds