Home
last modified time | relevance | path

Searched defs:area_symbol (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/fileformats/
H A Docd_file_export.cpp1247 const AreaSymbol* area_symbol = static_cast<const AreaSymbol*>(symbol); in exportSubPattern() local
1268 QByteArray OcdFileExport::exportAreaSymbol(const AreaSymbol* area_symbol) in exportAreaSymbol()
1275 QByteArray OcdFileExport::exportAreaSymbol(const AreaSymbol* area_symbol, quint32 symbol_number) in exportAreaSymbol()
1301 quint8 OcdFileExport::exportAreaSymbolCommon(const AreaSymbol* area_symbol, OcdAreaSymbolCommon& oc… in exportAreaSymbolCommon()
2105 const AreaSymbol* area_symbol, in exportCombinedAreaSymbol()
H A Docad8_file_format.cpp2158 const AreaSymbol* area_symbol = static_cast<const AreaSymbol*>(symbol); in exportSubPattern() local
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/symbols/
H A Dtext_symbol.cpp214 AreaSymbol area_symbol; in createLineBelowRenderables() local
H A Darea_symbol.cpp667 AreaSymbol area_symbol; in createHatchingRenderables() local
H A Dline_symbol.cpp832 AreaSymbol area_symbol; in createPointedLineCap() local
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gdal/
H A Dogr_file_format.cpp330 QByteArray makeStyleString(const AreaSymbol* area_symbol) in makeStyleString()
1206 void OgrFileImport::applyBrushColor(OGRStyleToolH tool, AreaSymbol* area_symbol) in applyBrushColor()
1501 auto area_symbol = duplicate<AreaSymbol>(*default_area_symbol); in getSymbolForBrush() local
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/vpfutil/
H A Dvpfview.h143 int area_color, area_symbol; /* Area color and symbol */ member