| common.cpp | 361 double vert_gap_width = (n_vert_dashes != 0 local 365 // because one part is dashed using vert_gap_width, and the other 369 -M_PI/4.0, 0, slt, lt.dash_width, vert_gap_width, &offset); 372 slt, lt.dash_width, vert_gap_width, &offset); 374 0, M_PI/4.0, slt, lt.dash_width, vert_gap_width, &offset); 387 3.0*M_PI/4.0, M_PI, slt, lt.dash_width, vert_gap_width, &offset); 390 slt, lt.dash_width, vert_gap_width, &offset); 392 M_PI, 5.0*M_PI/4.0, slt, lt.dash_width, vert_gap_width, &offset); 499 double vert_gap_width = (n_vert_dots != 0 local 506 -M_PI/4.0, 0, slt, vert_gap_width, &offset) [all...] |