Home
last modified time | relevance | path

Searched refs:_label_offset (Results 1 – 6 of 6) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmarker.cc89 , _label_offset (0) in ArdourMarker()
183 _label_offset = 10.0; in ArdourMarker()
197 _label_offset = 8.0; in ArdourMarker()
209 _label_offset = 8.0; in ArdourMarker()
221 _label_offset = 0.0; in ArdourMarker()
232 _label_offset = MH; in ArdourMarker()
243 _label_offset = 0.0; in ArdourMarker()
254 _label_offset = MH; in ArdourMarker()
265 _label_offset = 0.0; in ArdourMarker()
310 …_name_item->set_position (ArdourCanvas::Duple (_label_offset, (marker_height - name_height - 1) * … in ArdourMarker()
H A Dmarker.h142 double _label_offset; variable
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/HUD/
H A DHUD_tape.cxx39 _label_offset(n->getFloatValue("label-offset", 3.0)), in Tape()
325 x = marker_xs - _label_offset, align = RIGHT|VCENTER; in draw_vertical()
327 x = marker_xe + _label_offset, align = LEFT|VCENTER; in draw_vertical()
511 y = top - _label_offset, align = TOP|HCENTER; in draw_horizontal()
513 y = _y + _label_offset, align = BOTTOM|HCENTER; in draw_horizontal()
H A DHUD_private.hxx252 float _label_offset; member in HUD::Tape
/dports/graphics/py-toyplot/toyplot-0.19.0/toyplot/
H A Dhtml.py1479 y = axis._label_offset if location == "below" else -axis._label_offset
H A Dcoordinates.py591 self._label_offset = self.label.offset if self.label.offset is not None else 22