OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:o_curve
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
nurbsinterfac.cc
72
o_curvePool( sizeof(
O_curve
), 32, "o_curvePool" ),
121
* bgncurve - allocate an initialize an
o_curve
structure
129
O_curve
*
o_curve
= new(o_curvePool)
O_curve
;
local
130
o_curve
->nuid = nuid;
131
THREAD( do_bgncurve,
o_curve
, do_freebgncurve );
reader.h
50
struct
O_curve
;
55
struct
O_curve
: public PooledObj {
61
O_curve
* next; /* next arc in loop */
66
O_curve
() { next = 0; used = 0; owner = 0;
78
O_curve
* owner; /* owning curve */
90
O_curve
* owner; /* owning curve */
95
O_curve
*
o_curve
; /* closed trim loop */
member in struct:O_trim
98
O_trim() { next = 0;
o_curve
= 0; save = 0; }
Completed in 61 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026