OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pointi
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/groff/dist/src/devices/xditview/
draw.c
594
appendPoint(XPoint *points, int *
pointi
, int x, int y)
596
if (*
pointi
< POINTS_MAX) {
597
points[*
pointi
].x = x;
598
points[*
pointi
].y = y;
599
*
pointi
+= 1;
606
flattenCurve(XPoint *points, int *
pointi
,
611
x_1 = points[*
pointi
- 1].x;
612
y_1 = points[*
pointi
- 1].y;
626
appendPoint (points,
pointi
, x_4, y_4);
628
flattenCurve (points,
pointi
,
651
int
pointi
;
local
688
points,
pointi
, CoordModeOrigin);
local
[
all
...]
draw.c
594
appendPoint(XPoint *points, int *
pointi
, int x, int y)
596
if (*
pointi
< POINTS_MAX) {
597
points[*
pointi
].x = x;
598
points[*
pointi
].y = y;
599
*
pointi
+= 1;
606
flattenCurve(XPoint *points, int *
pointi
,
611
x_1 = points[*
pointi
- 1].x;
612
y_1 = points[*
pointi
- 1].y;
626
appendPoint (points,
pointi
, x_4, y_4);
628
flattenCurve (points,
pointi
,
651
int
pointi
;
local
688
points,
pointi
, CoordModeOrigin);
local
[
all
...]
Completed in 42 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026