Home
last modified time | relevance | path

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

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/fileformats/
H A Docad8_file_format_p.h170 s16 exportSubPattern(const Object* object, const Symbol* symbol, OCADPoint** buffer);
H A Docd_file_export.h188 …qint16 exportSubPattern(const MapCoordVector& coords, const Symbol* symbol, QByteArray& byte_array…
H A Docd_file_export.cpp1178 auto num_coords = exportSubPattern<Element>({ {} }, point, byte_array); in exportPattern()
1181 …num_coords += exportSubPattern<Element>(point->getElementObject(i)->getRawCoordinateVector(), poin… in exportPattern()
1188 qint16 OcdFileExport::exportSubPattern(const MapCoordVector& coords, const Symbol* symbol, QByteArr… in exportSubPattern() function in OpenOrienteering::OcdFileExport
H A Docad8_file_format.cpp2105 s16 num_coords = exportSubPattern(origin_point_object, point, buffer); in exportPattern()
2108 num_coords += exportSubPattern(point->getElementObject(i), point->getElementSymbol(i), buffer); in exportPattern()
2113 s16 OCAD8FileExport::exportSubPattern(const Object* object, const Symbol* symbol, OCADPoint** buffe… in exportSubPattern() function in OpenOrienteering::OCAD8FileExport