Home | History | Annotate | Download | only in src

Lines Matching refs:ParametricCurves

81    for (entry = head->ParametricCurves;
97 if (newHead.ParametricCurves == NULL)
98 newHead.ParametricCurves = newEntry;
134 ctx -> ParametricCurves = NULL;
154 fl ->Next = ctx->ParametricCurves;
155 ctx->ParametricCurves = fl;
183 for (c = ctx->ParametricCurves; c != NULL; c = c ->Next) {