Home
last modified time | relevance | path

Searched refs:pGfxOvrl (Results 1 – 2 of 2) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4Object.cpp1768 while ((pGfxOvrl = pNextGfxOvrl)) in ClearPointers()
1770 pNextGfxOvrl = pGfxOvrl->GetNext(); in ClearPointers()
1771 if (pGfxOvrl->GetOverlayObject() == pObj) in ClearPointers()
1987 for (C4GraphicsOverlay *pGfxOvrl = pGfxOverlay; pGfxOvrl; pGfxOvrl = pGfxOvrl->GetNext()) in Draw() local
1988 if (!pGfxOvrl->IsPicture()) in Draw()
1989 pGfxOvrl->Draw(cgo, this, iByPlayer); in Draw()
2333 for (C4GraphicsOverlay *pGfxOvrl = pGfxOverlay; pGfxOvrl; pGfxOvrl = pGfxOvrl->GetNext()) in Denumerate() local
2334 pGfxOvrl->DenumeratePointers(); in Denumerate()
2372 for (C4GraphicsOverlay *pGfxOvrl = pGfxOverlay; pGfxOvrl; pGfxOvrl = pGfxOvrl->GetNext()) in Picture2Facet() local
2373 if (pGfxOvrl->IsPicture()) in Picture2Facet()
[all …]
H A DC4DefGraphics.cpp373 for (C4GraphicsOverlay *pGfxOvrl = pObj->pGfxOverlay; pGfxOvrl; pGfxOvrl = pGfxOvrl->GetNext()) in Draw() local
374 if (pGfxOvrl->IsPicture()) in Draw()
375 pGfxOvrl->DrawPicture(cgo, pObj, trans); in Draw()