Home
last modified time | relevance | path

Searched refs:lineheight (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/geometry/test/
Dto_svg.hpp47 int lineheight = 10; in turns_to_svg() local
68 lineheight = 6; in turns_to_svg()
182 offsets[p] += lineheight; in turns_to_svg()
184 offsets[p] += lineheight * 3; in turns_to_svg()
185 mapper.text(turn.point, out.str(), style, margin, offset, lineheight); in turns_to_svg()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dtraverse_ccw.cpp132 int const lineheight = 10; in intersect() local
186 offsets[p] += lineheight; in intersect()
188 offsets[p] += lineheight * 5; in intersect()
189 mapper.text(turn.point, out.str(), style, margin, offset, lineheight); in intersect()
Dtraverse.cpp249 int lineheight = 8; in apply() local
274 lineheight = 6; in apply()
359 offsets[p] += lineheight; in apply()
361 offsets[p] += lineheight * 3; in apply()
362 mapper.text(turn.point, out.str(), style, margin, offset, lineheight); in apply()
Doverlay.cpp323 int const lineheight = 6; in add_text() local
336 m_mapper.text(turn.point, text, style, margin, m_offsets[p], lineheight); in add_text()
337 m_offsets[p] += lineheight; in add_text()
/third_party/boost/libs/geometry/doc/generated/
Dsvg_mapper.qbk93 double offset_x = 0.0, double offset_y = 0.0, double lineheight = 10.0)``
105 [* double]: ['lineheight]: Line height in SVG pixels, in case the text contains
/third_party/boost/boost/geometry/io/svg/
Dsvg_mapper.hpp409 double lineheight = 10.0) in text() argument
432 ++it, offset_y += lineheight) in text()