Home
last modified time | relevance | path

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

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gdal/
H A Dogr_file_format_p.h272 Symbol* getSymbol(Symbol::Type type, const char* raw_style_string);
H A Dogr_file_format.cpp1122 Symbol* OgrFileImport::getSymbol(Symbol::Type type, const char* raw_style_string) in getSymbol() argument
1124 auto style_string = QByteArray::fromRawData(raw_style_string, int(qstrlen(raw_style_string))); in getSymbol()