Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DRepDistDash.cpp339 float dash_len, dash_gap, dash_sum; in RepDistDashNew() local
358 dash_gap = SettingGet_f(G, NULL, ds->Obj->Setting, cSetting_dash_gap); in RepDistDashNew()
359 dash_sum = dash_len + dash_gap; in RepDistDashNew()
390 if(dash_gap > R_SMALL4) { in RepDistDashNew()
394 float half_dash_gap = dash_gap * 0.5; in RepDistDashNew()
411 if(ok && l_left > dash_gap) { in RepDistDashNew()
412 l_left -= dash_gap; in RepDistDashNew()
H A DRepAngle.cpp313 float dash_len, dash_gap, dash_sum; in RepAngleNew() local
338 dash_gap = SettingGet_f(G, NULL, ds->Obj->Setting, cSetting_dash_gap); in RepAngleNew()
339 dash_sum = dash_len + dash_gap; in RepAngleNew()
419 phase = dash_sum - (float) fmod(length / 2 + (dash_gap / 2), dash_sum); in RepAngleNew()
H A DRepDihedral.cpp321 float dash_len, dash_gap, dash_sum; in RepDihedralNew() local
343 dash_gap = SettingGet_f(G, NULL, ds->Obj->Setting, cSetting_dash_gap); in RepDihedralNew()
344 dash_sum = dash_len + dash_gap; in RepDihedralNew()
496 phase = dash_sum - (float) fmod(length / 2 + (dash_gap / 2), dash_sum); in RepDihedralNew()
H A DRepWireBond.cpp481 …unsigned int b1, unsigned int b2, int a, float dash_gap, float dash_length, bool b1masked, bool b2… in RepWireZeroOrderBond() argument
489 float dash_tot = dash_gap + dash_length; in RepWireZeroOrderBond()
/dports/graphics/plotutils/plotutils-2.6/pic2plot/
H A Dplot.cc444 double dash_gap = (dist - lt.dash_width)/ndashes; in line() local
445 distance dash_gap_vec = vec*(dash_gap/dist); in line()
670 double dash_gap = (dist - lt.dash_width)/ndashes; in polygon() local
671 distance dash_gap_vec = vec*(dash_gap/dist); in polygon()
/dports/textproc/groff/groff-1.22.4/src/preproc/pic/
H A Dtroff.cpp115 double dash_gap = (dist - lt.dash_width)/ndashes; in line() local
116 distance dash_gap_vec = vec*(dash_gap/dist); in line()
/dports/japanese/groff/groff-1.18.1.1/src/preproc/pic/
H A Dtroff.cc117 double dash_gap = (dist - lt.dash_width)/ndashes; in line() local
118 distance dash_gap_vec = vec*(dash_gap/dist); in line()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dncbidraw.c219 static DWORD dash_gap[2]; variable
542 char dash_gap[2]; in Nlm_SetPenDash() local
543 dash_gap[0] = dash; in Nlm_SetPenDash()
544 dash_gap[1] = gap; in Nlm_SetPenDash()
549 (int)offset, dash_gap, sizeof(dash_gap)); in Nlm_SetPenDash()
553 dash_gap[0] = dash; in Nlm_SetPenDash()
554 dash_gap[1] = gap; in Nlm_SetPenDash()
569 1, &newBrush, 2, dash_gap)) == NULL || in Nlm_SetPenDash()
625 if (dash_gap[0] != 0) { in Nlm_RecreateBrushes()
627 Nlm_SetPenDash(0, (Nlm_Uint1)dash_gap[0], (Nlm_Uint1)dash_gap[1]); in Nlm_RecreateBrushes()
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/pymol/
H A DPyMOL.java265 final static int dash_gap = 59; field in PyMOL
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DSettingInfo.h143 REC_f( 59, dash_gap , ostate , 0.45F ),