Home | History | Annotate | Download | only in src

Lines Matching refs:TransformCollection

613    for (entry = head->TransformCollection;
629 if (newHead.TransformCollection == NULL)
630 newHead.TransformCollection = newEntry;
692 ctx->TransformCollection = NULL;
715 fl ->Next = ctx->TransformCollection;
716 ctx->TransformCollection = fl;
775 for (Plugin = ctx->TransformCollection;