Searched refs:dLine (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DsampleMonoPoly.cc995 directedLine* dLine = topEdge; local in function:findLeftGridIndices
1012 while( (vtail=dLine->tail()[1]) > grid_v_value){
1014 tempMaxU = max(tempMaxU, dLine->tail()[0]);
1015 dLine = dLine -> getNext();
1018 if( fabs(dLine->head()[1] - vtail) < ZERO)
1023 slop = (dLine->head()[0] - dLine->tail()[0]) / (dLine->head()[1]-vtail);
1029 uinterc = max(dLine
1113 directedLine* dLine = topEdge->getPrev(); local in function:findRightGridIndices
[all...]
H A DdirectedLine.cc826 directedLine *dLine; local in function:readAllPolygons
836 dLine = new directedLine(INCREASING, sLine);
837 dLine->rootLinkSet(thisPoly);
838 thisPoly->insert(dLine);
844 dLine = new directedLine(INCREASING, sLine);
845 dLine->rootLinkSet(thisPoly);
846 thisPoly->insert(dLine);

Completed in 5 milliseconds