Lines Matching full:mg
692 PC_MG *mg = (PC_MG *)pc->data; in PCExoticSetType_Exotic() local
693 PC_Exotic *ctx = (PC_Exotic *)mg->innerctx; in PCExoticSetType_Exotic()
703 PC_MG *mg = (PC_MG *)pc->data; in PCSetUp_Exotic() local
704 PC_Exotic *ex = (PC_Exotic *)mg->innerctx; in PCSetUp_Exotic()
725 PC_MG *mg = (PC_MG *)pc->data; in PCDestroy_Exotic() local
726 PC_Exotic *ctx = (PC_Exotic *)mg->innerctx; in PCDestroy_Exotic()
739 PC_MG *mg = (PC_MG *)pc->data; in PCView_Exotic() local
741 PC_Exotic *ctx = (PC_Exotic *)mg->innerctx; in PCView_Exotic()
771 PC_MG *mg = (PC_MG *)pc->data; in PCSetFromOptions_Exotic() local
773 PC_Exotic *ctx = (PC_Exotic *)mg->innerctx; in PCSetFromOptions_Exotic()
833 PC_MG *mg; in PCCreate_Exotic() local
836 …/* if type was previously mg; must manually destroy it because call to PCSetType(pc,PCMG) will not… in PCCreate_Exotic()
848 mg = (PC_MG *)pc->data; in PCCreate_Exotic()
849 mg->innerctx = ex; in PCCreate_Exotic()