OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ndashes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/groff/dist/src/preproc/pic/
troff.cpp
117
int
ndashes
= int((dist - lt.dash_width)/(lt.dash_width*2.0) + .5);
local
119
double dash_gap = (dist - lt.dash_width)/
ndashes
;
121
for (int j = 0; j <=
ndashes
; j++) {
common.cpp
35
int
ndashes
;
local
40
ndashes
= 4;
44
ndashes
= 2;
52
ndashes
= 4*int(ceil(M_PI/(4.0*dash_angle)));
53
gap_angle = (M_PI*2.0)/
ndashes
- dash_angle;
55
for (int i = 0; i <
ndashes
; i++) {
274
int
ndashes
= int((total_angle - dash_angle)/(dash_angle*2.0) + .5);
local
275
double dash_and_gap_angle = (total_angle - dash_angle)/
ndashes
;
276
for (int i = 0; i <=
ndashes
; i++)
Completed in 16 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026