Home
last modified time | relevance | path

Searched refs:PreTesselate (Results 1 – 3 of 3) sorted by relevance

/dports/games/spring/spring_98.0/rts/Sim/Path/QTPFS/
H A DNode.cpp389 void QTPFS::QTNode::PreTesselate(NodeLayer& nl, const SRectangle& r, SRectangle& ur) { in PreTesselate() function in QTPFS::QTNode
396 children[i]->PreTesselate(nl, r, ur); in PreTesselate()
415 void QTPFS::QTNode::PreTesselate(NodeLayer& nl, const SRectangle& r, SRectangle& ur) { in PreTesselate() function in QTPFS::QTNode
451 children[i]->PreTesselate(nl, cr, ur); in PreTesselate()
H A DNode.hpp128 void PreTesselate(NodeLayer& nl, const SRectangle& r, SRectangle& ur);
H A DPathManager.cpp450 nodeTrees[layerNum]->PreTesselate(nodeLayers[layerNum], mr, ur); in UpdateNodeLayer()
499 nodeTrees[layerNum]->PreTesselate(nodeLayers[layerNum], mr, ur); in ExecQueuedNodeLayerUpdates()