Home
last modified time | relevance | path

Searched refs:addTextToLayer (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gdal/
H A Dogr_file_format_p.h392 void addTextToLayer(OGRLayerH layer, const std::function<bool (const Object*)>& condition);
H A Dogr_file_format.cpp1747 addTextToLayer(layer, match_symbol); in exportImplementation()
1786 addTextToLayer(layer, [&symbol](const Object* object) { in exportImplementation()
1829 addTextToLayer(point_layer, is_text_object); in exportImplementation()
1978 void OgrFileExport::addTextToLayer(OGRLayerH layer, const std::function<bool (const Object*)>& cond… in addTextToLayer() function in OpenOrienteering::OgrFileExport