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

/inkscape/src/display/
H A Ddrawing-text.cpp311 Geom::Point pvlast = pv; local
319 dc.rectangle( Geom::Rect(pvlast + poff, pf - poff));
322 dc.rectangle( Geom::Rect(pvlast + poff, pv - poff));
336 Geom::Point pvlast = pv; local
344 dc.rectangle( Geom::Rect(pvlast + poff, pf - poff));
347 dc.rectangle( Geom::Rect(pvlast + poff, pv - poff));

Completed in 10 milliseconds