Home
last modified time | relevance | path

Searched refs:getRightBorder (Results 1 – 25 of 29) sorted by relevance

12

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/symbols/
H A Dline_symbol_settings.cpp285 createBorderWidgets(symbol->getRightBorder(), map, row, col, layout, right_border_widgets); in LineSymbolSettings()
528 updateBorderContents(symbol->getRightBorder(), right_border_widgets); in differentBordersClicked()
534 symbol->getRightBorder() = symbol->getBorder(); in differentBordersClicked()
544 updateBorder(symbol->getRightBorder(), right_border_widgets); in borderChanged()
546 symbol->getRightBorder() = symbol->getBorder(); in borderChanged()
743 border_dash_widget->setEnabled(different_borders && symbol->getRightBorder().dashed); in updateStates()
779 updateBorderContents(symbol->getRightBorder(), right_border_widgets); in updateContents()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/symbols/
H A Dsymbol.cpp600 auto& right_border = line->getRightBorder(); in createIcon()
638 icon_line->getRightBorder().dash_length *= factor; in createIcon()
639 icon_line->getRightBorder().break_length *= factor; in createIcon()
675 auto& right_border = line->getRightBorder(); in createIcon()
710 icon_line->getRightBorder().dash_length *= factor; in createIcon()
711 icon_line->getRightBorder().break_length *= factor; in createIcon()
H A Dline_symbol.h278 inline LineSymbolBorder& getRightBorder() {return right_border;} in getRightBorder() function
279 inline const LineSymbolBorder& getRightBorder() const {return right_border;} in getRightBorder() function
H A Dline_symbol.cpp1732 …result = qMax(result, line_extent_f + 0.001 * (getRightBorder().shift + getRightBorder().width)/2); in calculateLargestLineExtent()
/dports/games/torcs/torcs-1.3.7/src/drivers/tita/
H A Dtrackdesc.cpp54 double dz = getRightBorder()->z - getLeftBorder()->z; in init()
89 r = *s->getRightBorder(); in init()
270 r = p->getRightBorder(); in plot()
H A Dtrackdesc.h77 inline const vec3d* getRightBorder() const { return &r; } in getRightBorder() function
128 inline const vec2d* getRightBorder() const { return &r; } in getRightBorder() function
/dports/games/torcs/torcs-1.3.7/src/drivers/inferno/
H A Dtrackdesc.cpp54 double dz = getRightBorder()->z - getLeftBorder()->z; in init()
89 r = *s->getRightBorder(); in init()
270 r = p->getRightBorder(); in plot()
H A Dtrackdesc.h77 inline const vec3d* getRightBorder() const { return &r; } in getRightBorder() function
128 inline const vec2d* getRightBorder() const { return &r; } in getRightBorder() function
/dports/games/torcs/torcs-1.3.7/src/drivers/lliaw/
H A Dtrackdesc.cpp54 double dz = getRightBorder()->z - getLeftBorder()->z; in init()
89 r = *s->getRightBorder(); in init()
270 r = p->getRightBorder(); in plot()
H A Dtrackdesc.h77 inline const vec3d* getRightBorder() const { return &r; } in getRightBorder() function
128 inline const vec2d* getRightBorder() const { return &r; } in getRightBorder() function
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/guitar/
H A DNoteSymbols.h147 unsigned int getRightBorder ( unsigned int imgWidth ) const;
H A DNoteSymbols.cpp383 NoteSymbols::getRightBorder ( unsigned int imgWidth ) const in getRightBorder() function in Rosegarden::Guitar::NoteSymbols
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/tools/
H A Ddraw_line_and_area_tool.cpp346 …_line = line->hasBorder() && (line->getBorder().isVisible() || line->getRightBorder().isVisible()); in addPreviewPointSymbols()
363 addPreviewPointSymbolsForBorder(line, &line->getRightBorder()); in addPreviewPointSymbols()
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw/
H A Dtrackdesc.cpp58 double dz = getRightBorder()->z - getLeftBorder()->z; in init()
245 r = p->getRightBorder(); in plot()
H A Dpathfinder.cpp209 …R_LFT) ? track->getSegmentPtr(j)->getLeftBorder()->z: track->getSegmentPtr(j)->getRightBorder()->z; in initPitStopPath()
446 v3d* p = track->getSegmentPtr(i)->getRightBorder(); in initStraight()
473 v3d* p = track->getSegmentPtr(i)->getRightBorder(); in initStraight()
495 v3d* s1 = track->getSegmentPtr(start)->getRightBorder(); in initLeft()
496 v3d* s2 = track->getSegmentPtr(prev)->getRightBorder(); in initLeft()
558 v3d* tg = track->getSegmentPtr(tseg)->getRightBorder(); in initRight()
1001 v3d *right = t->getRightBorder(); in adjustRadius()
H A Dtrackdesc.h76 inline v3d* getRightBorder() { return &r; } in getRightBorder() function
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw3/
H A Dtrackdesc.cpp58 double dz = getRightBorder()->z - getLeftBorder()->z; in init()
245 r = p->getRightBorder(); in plot()
H A Dpathfinder.cpp209 …R_LFT) ? track->getSegmentPtr(j)->getLeftBorder()->z: track->getSegmentPtr(j)->getRightBorder()->z; in initPitStopPath()
446 v3d* p = track->getSegmentPtr(i)->getRightBorder(); in initStraight()
473 v3d* p = track->getSegmentPtr(i)->getRightBorder(); in initStraight()
495 v3d* s1 = track->getSegmentPtr(start)->getRightBorder(); in initLeft()
496 v3d* s2 = track->getSegmentPtr(prev)->getRightBorder(); in initLeft()
558 v3d* tg = track->getSegmentPtr(tseg)->getRightBorder(); in initRight()
1001 v3d *right = t->getRightBorder(); in adjustRadius()
H A Dtrackdesc.h76 inline v3d* getRightBorder() { return &r; } in getRightBorder() function
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw2/
H A Dtrackdesc.cpp58 double dz = getRightBorder()->z - getLeftBorder()->z; in init()
245 r = p->getRightBorder(); in plot()
H A Dpathfinder.cpp209 …R_LFT) ? track->getSegmentPtr(j)->getLeftBorder()->z: track->getSegmentPtr(j)->getRightBorder()->z; in initPitStopPath()
446 v3d* p = track->getSegmentPtr(i)->getRightBorder(); in initStraight()
473 v3d* p = track->getSegmentPtr(i)->getRightBorder(); in initStraight()
495 v3d* s1 = track->getSegmentPtr(start)->getRightBorder(); in initLeft()
496 v3d* s2 = track->getSegmentPtr(prev)->getRightBorder(); in initLeft()
558 v3d* tg = track->getSegmentPtr(tseg)->getRightBorder(); in initRight()
1001 v3d *right = t->getRightBorder(); in adjustRadius()
H A Dtrackdesc.h76 inline v3d* getRightBorder() { return &r; } in getRightBorder() function
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/fileformats/
H A Docad8_file_format.cpp562 LineSymbolBorder& right_border = line_for_borders->getRightBorder(); in importLineSymbol()
2289 if (line->getBorder().dashed && !line->getRightBorder().dashed) in exportLineSymbol()
2296 ocad_symbol->rwidth = convertSize(line->getRightBorder().width); in exportLineSymbol()
2299 ocad_symbol->rcolor = convertColor(line->getRightBorder().color); in exportLineSymbol()
2306 else if (line->getRightBorder().dashed) in exportLineSymbol()
2308 ocad_symbol->dlen = convertSize(line->getRightBorder().dash_length); in exportLineSymbol()
2309 ocad_symbol->dgap = convertSize(line->getRightBorder().break_length); in exportLineSymbol()
2312 if (((line->getBorder().dashed && line->getRightBorder().dashed) && in exportLineSymbol()
2313 (line->getBorder().dash_length != line->getRightBorder().dash_length || in exportLineSymbol()
2314 line->getBorder().break_length != line->getRightBorder().break_length)) || in exportLineSymbol()
[all …]
H A Docd_file_export.cpp1562 …hasBorder() && (line_symbol->getBorder().isVisible() || line_symbol->getRightBorder().isVisible())) in exportLineSymbolCommon()
1606 …LineSymbolBorder right_border = line_symbol->getRightBorder().isVisible() ? line_symbol->getRightB… in exportLineSymbolDoubleLine()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/test/
H A Dsymbol_set_t.cpp292 && (symbol.getBorder().isVisible() || symbol.getRightBorder().isVisible()); in validLineWidth()

12