Home
last modified time | relevance | path

Searched refs:point_symbol (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/fileformats/
H A Docd_file_export.cpp307 if (point_symbol->getInnerRadius() > 0 && point_symbol->getInnerColor()) in getPatternSize()
309 if (point_symbol->getOuterWidth() > 0 && point_symbol->getOuterColor()) in getPatternSize()
1146 auto symbol_number = symbol_numbers.at(point_symbol); in exportPointSymbol()
1154 if (point_symbol->isRotatable()) in exportPointSymbol()
1157 auto pattern_size = getPatternSize(point_symbol); in exportPointSymbol()
1203 auto point_symbol = static_cast<const PointSymbol*>(symbol); in exportSubPattern() local
1204 if (point_symbol->getInnerRadius() > 0 && point_symbol->getInnerColor()) in exportSubPattern()
1208 element.color = convertColor(point_symbol->getInnerColor()); in exportSubPattern()
1213 if (point_symbol->getOuterWidth() > 0 && point_symbol->getOuterColor()) in exportSubPattern()
1220 …element.diameter = convertSize(2 * point_symbol->getInnerRadius() + 2 * point_symbol->getOuterWidt… in exportSubPattern()
[all …]
H A Docad8_file_format.cpp994 if (point_symbol->isRotatable()) in importObject()
998 if (!point_symbol->isSymmetrical()) in importObject()
1000 point_symbol->setRotatable(true); in importObject()
2085 if (point_symbol->getInnerRadius() > 0 && point_symbol->getInnerColor()) in getPatternSize()
2087 if (point_symbol->getOuterWidth() > 0 && point_symbol->getOuterColor()) in getPatternSize()
2121 if (point_symbol->getInnerRadius() > 0 && point_symbol->getInnerColor()) in exportSubPattern()
2124 element->color = convertColor(point_symbol->getInnerColor()); in exportSubPattern()
2130 if (point_symbol->getOuterWidth() > 0 && point_symbol->getOuterColor()) in exportSubPattern()
2134 element->color = convertColor(point_symbol->getOuterColor()); in exportSubPattern()
2135 element->width = convertSize(point_symbol->getOuterWidth()); in exportSubPattern()
[all …]
H A Docd_file_export.h182 QByteArray exportPointSymbol(const PointSymbol* point_symbol);
H A Docd_file_import.cpp1922 auto point_symbol = reinterpret_cast<PointSymbol*>(symbol); in importObject() local
1923 if (point_symbol->isRotatable()) in importObject()
1929 if (!point_symbol->isSymmetrical()) in importObject()
1931 point_symbol->setRotatable(true); in importObject()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/symbols/
H A Dline_symbol_settings.cpp326 …for (auto point_symbol : { symbol->getStartSymbol(), symbol->getMidSymbol(), symbol->getEndSymbol(… in LineSymbolSettings()
328 point_symbol_editor = new PointSymbolEditorWidget(controller, point_symbol, 16); in LineSymbolSettings()
329 addPropertiesGroup(point_symbol->getName(), point_symbol_editor); in LineSymbolSettings()
816 …for (auto point_symbol : { this->symbol->getStartSymbol(), this->symbol->getMidSymbol(), this->sym… in reset()
818 point_symbol_editor = new PointSymbolEditorWidget(controller, point_symbol, 16); in reset()
821 int index = indexOfPropertiesGroup(point_symbol->getName()); // existing symbol editor in reset()
823 insertPropertiesGroup(index, point_symbol->getName(), point_symbol_editor); in reset()
/dports/databases/grass7/grass-7.8.6/display/d.linegraph/
H A Dmain.c476 SYMBOL *point_symbol = NULL; in main() local
491 point_symbol = S_read(point_symbol_opt->answer); in main()
493 if (!point_symbol) in main()
501 S_stroke(point_symbol, symbol_size, symbol_rotation, in main()
822 D_symbol2(point_symbol, prev_x, prev_y[i], &primary_color, in main()
826 D_symbol2(point_symbol, new_x, new_y[i], in main()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/
H A Dcode-check-wrapper.sh78 point_symbol.cpp \
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gdal/
H A Dogr_file_format.cpp258 QByteArray makeStyleString(const PointSymbol* point_symbol) in makeStyleString() argument
261 if (auto main_color = point_symbol->guessDominantColor()) in makeStyleString()
1379 auto point_symbol = duplicate<PointSymbol>(*default_point_symbol); in getSymbolForOgrSymbol() local
1382 point_symbol->setInnerColor(color); in getSymbolForOgrSymbol()
1384 point_symbol->setHidden(true); in getSymbolForOgrSymbol()
1388 point_symbols.insert(key, point_symbol.get()); in getSymbolForOgrSymbol()
1393 point_symbols.insert(tool_key, point_symbol.get()); in getSymbolForOgrSymbol()
1396 auto ret = point_symbol.get(); in getSymbolForOgrSymbol()
1397 map->addSymbol(point_symbol.release(), map->getNumSymbols()); in getSymbolForOgrSymbol()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/vpfutil/
H A Dvpfview.h141 int point_color, point_symbol; /* Point color and symbol */ member
/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/Glyph/
H A Dxyplot.pm50 point_symbol => [