Home
last modified time | relevance | path

Searched refs:penWidthUnit (Results 1 – 3 of 3) sorted by relevance

/dports/astro/kosmindoormap/kosmindoormap-21.12.3/src/map/scene/
H A Dscenegraphitem.h97 Unit penWidthUnit = Unit::Meter; variable
110 Unit penWidthUnit = Unit::Pixel; variable
H A Dscenecontroller.cpp253 applyPenStyle(e, decl, item->pen, lineOpacity, item->penWidthUnit); in updateElement()
290 applyPenStyle(e, decl, item->pen, lineOpacity, item->penWidthUnit); in updateElement()
/dports/astro/kosmindoormap/kosmindoormap-21.12.3/src/map/renderer/
H A Dpainterrenderer.cpp135 p.setWidthF(mapToSceneWidth(item->pen.widthF(), item->penWidthUnit)); in renderPolygon()
148 p.setWidthF(mapToSceneWidth(item->pen.widthF(), item->penWidthUnit)); in renderMultiPolygon()
158 p.setWidthF(mapToSceneWidth(item->pen.widthF(), item->penWidthUnit)); in renderPolyline()
163 …p.setWidthF(mapToSceneWidth(item->pen.widthF(), item->penWidthUnit) + mapToSceneWidth(item->casing… in renderPolyline()