Home
last modified time | relevance | path

Searched refs:ppBotSel (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dpin.c134 int GetPins(pObj, ppTopSel, ppBotSel) in GetPins() argument
136 struct SelRec **ppTopSel, **ppBotSel;
160 if (ppBotSel != NULL) *ppBotSel = botPinSel;
166 int AddObjToSorted(pObj, ppTopSel, ppBotSel) in AddObjToSorted() argument
168 struct SelRec **ppTopSel, **ppBotSel;
175 return (AddObjIntoSel(pObj, pSel->prev, pSel, ppTopSel, ppBotSel) !=
179 return (AddObjIntoSel(pObj, (*ppBotSel), NULL, ppTopSel, ppBotSel) != NULL);
182 int FindExtraPoly(pTopSel, pBotSel, ppTopSel, ppBotSel, pnCount, pBBox) in FindExtraPoly() argument
184 struct SelRec **ppTopSel, **ppBotSel;
258 if (ppBotSel != NULL) *ppBotSel = last_poly_sel;
H A Dselect.e55 struct SelRec **ppBotSel));
61 struct SelRec **ppBotSel));
66 struct SelRec **ppBotSel));
H A Dpin.e36 struct SelRec **ppBotSel, int *pnCount,
H A Dselect.c227 void UnlinkSel(pSel, ppTopSel, ppBotSel) in UnlinkSel() argument
228 struct SelRec *pSel, **ppTopSel, **ppBotSel; in UnlinkSel()
235 if ((*ppBotSel) == pSel) {
236 (*ppBotSel) = pSel->prev;
254 int PrependObjToSel(pObj, ppTopSel, ppBotSel) in PrependObjToSel() argument
256 struct SelRec **ppTopSel, **ppBotSel;
270 (*ppBotSel) = pSel;
278 struct SelRec *AddObjIntoSel(pObj, pPrevSel, pNextSel, ppTopSel, ppBotSel) in AddObjIntoSel() argument
280 struct SelRec *pPrevSel, *pNextSel, **ppTopSel, **ppBotSel;
298 (*ppBotSel) = pSel;