Home
last modified time | relevance | path

Searched refs:drawTemplates (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/
H A Dmap_printer.cpp1041 map.drawTemplates(page_painter, page_region_used, 0, first_front_template - 1, view, false); in drawPage()
1180 …map.drawTemplates(painter, page_region_used, first_front_template, map.getNumTemplates() - 1, view… in drawPage()
H A Dmap.h293 void drawTemplates(QPainter* painter, const QRectF& bounding_box, int first_template,
H A Dmap.cpp831 void Map::drawTemplates(QPainter* painter, const QRectF& bounding_box, int first_template, int last… in drawTemplates() function in OpenOrienteering::Map
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/map/
H A Dmap_widget.cpp1267 map->drawTemplates(&painter, map_view_rect, first_template, last_template, view, true); in updateTemplateCache()