Home
last modified time | relevance | path

Searched defs:dash_width (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/plotutils/plotutils-2.6/pic2plot/
H A Doutput.h7 double dash_width; // or inter-dot spacing, for dotted lines member
H A Dcommon.cc269 …ble rad, double start_angle, double end_angle, const line_type &lt, double dash_width, double gap_… in dash_arc()
311 …ne(const position &start, const position &end, const line_type &lt, double dash_width, double gap_… in dash_line()
/dports/textproc/groff/groff-1.22.4/src/preproc/pic/
H A Doutput.h22 double dash_width; member
H A Dcommon.cpp407 double dash_width, double gap_width, in dash_arc()
445 double dash_width, double gap_width, in dash_line()
H A Dobject.h176 double dash_width; member
/dports/japanese/groff/groff-1.18.1.1/src/preproc/pic/
H A Doutput.h23 double dash_width; member
H A Dcommon.cc256 double dash_width, double gap_width, in dash_arc()
294 double dash_width, double gap_width, in dash_line()
H A Dobject.h175 double dash_width; member
/dports/math/fricas/fricas-1.3.7/src/hyper/
H A Dextent.h66 #define dash_width 5 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dstroke_data.cc73 int dash_width = dash_thickness ? dash_thickness : thickness_; in SetupPaintDashPathEffect() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dstroke_data.cc73 int dash_width = dash_thickness ? dash_thickness : thickness_; in SetupPaintDashPathEffect() local
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudbrackets.cpp159 int dash_width; in draw_brackets_dashed_square_quick() local
/dports/x11/foot/foot/
H A Dbox-drawing.c207 int dash_width = (width - (gap_count * gap)) / count; in draw_box_drawings_dash_horizontal() local
/dports/biology/subread/subread-2.0.2-source/src/
H A Dgene-algorithms.c285 int dash_width = (int)(bar_width * percentage+0.5); in print_text_scrolling_bar() local
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/pymol/
H A DPyMOL.java270 final static int dash_width = 107; field in PyMOL