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

/inkscape/src/
H A Ddesktop-style.cpp1110 double lineheight_current; local
1113 lineheight_current = Inkscape::Text::Layout::LINE_HEIGHT_NORMAL;
1116 (lineheight_prev == 0 || lineheight_prev == lineheight_current))
1123 lineheight_current = style->line_height.value;
1127 lineheight += lineheight_current;
1130 lineheight_current = style->line_height.computed;
1134 lineheight += lineheight_current * doc_scale;
1143 if (lineheight_prev != 0 && lineheight_current != lineheight_prev) {
1154 lineheight_prev = lineheight_current;

Completed in 20 milliseconds