Home | History | Annotate | Download | only in src

Lines Matching refs:ParametricCurves

82    for (entry = head->ParametricCurves;
98 if (newHead.ParametricCurves == NULL)
99 newHead.ParametricCurves = newEntry;
135 ctx -> ParametricCurves = NULL;
155 fl ->Next = ctx->ParametricCurves;
156 ctx->ParametricCurves = fl;
184 for (c = ctx->ParametricCurves; c != NULL; c = c ->Next) {