Searched refs:compV2InY (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DmonoPolyPart.cc97 if(compV2InY(topV->head(), tempV->head())<0) {
100 if(compV2InY(botV->head(), tempV->head())>0) {
155 for(tempV=topV; compV2InY(tempV->head(), B->head()) == 1; tempV=tempV->getNext());
158 for(tempV=topV; compV2InY(tempV->head(), A->head()) == 1; tempV = tempV->getPrev());
176 if(compV2InY(A->head(),B->head()) == 1) //A is above B
233 for(tempV = H; compV2InY(tempV->head(), A->head()) == 1; tempV = tempV->getPrev());
290 for(tempV = G; compV2InY(tempV->head(), B->head()) == 1; tempV = tempV->getNext());
H A DmonoTriangulation.cc98 monoTriangulationFun(poly, compV2InY, pStream);
431 //monoTriangulationFun(poly, compV2InY, pStream);
449 monoTriangulationFun(poly, compV2InY, pStream);
538 if(compV2InY(inc_array[inc_current], dec_array[dec_current]) <= 0)
545 if(compV2InY(inc_array[inc_current], dec_array[i]) <= 0)
556 else /*compV2InY(inc_array[inc_current], dec_array[dec_current]) > 0*/
563 if(compV2InY(inc_array[i], dec_array[dec_current]) >0)
638 if(compV2InY(topV->head(), tempV->head())<0) {
641 if(compV2InY(botV->head(), tempV->head())>0) {
731 /*if compFun == compV2InY, to
[all...]
H A DdirectedLine.h167 extern Int compV2InY(Real A[2], Real B[2]);
H A DsampleMonoPoly.cc223 if(compV2InY(topV->head(), tempV->head())<0) {
227 if(compV2InY(botV->head(), tempV->head())>0) {
379 if(compV2InY(topV->head(), tempV->head())<0) {
382 if(compV2InY(botV->head(), tempV->head())>0) {
1234 monoTriangulationFun(polygon, compV2InY, pStream);
1309 if(compV2InY(topV->head(), tempV->head())<0) {
1313 if(compV2InY(botV->head(), tempV->head())>0) {
H A DdirectedLine.cc399 Int compV2InY(Real A[2], Real B[2]) function in typeref:typename:Int
H A DmonoChain.cc87 return compV2InY(mc1->getHead()->head(), mc2->getHead()->head());
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A DmonoTriangulationBackend.cc213 if(compV2InY(inc_array[inc_current], dec_array[dec_current]) <= 0)
220 if(compV2InY(inc_array[inc_current], dec_array[i]) <= 0)
231 else /*compV2InY(inc_array[inc_current], dec_array[dec_current]) > 0*/
238 if(compV2InY(inc_array[i], dec_array[dec_current]) >0)
300 /*if compFun == compV2InY, top to bottom: V-monotone
H A Dslicer.cc1132 monoTriangulationFunBackend(loop, compV2InY, &backend);
1136 monoTriangulationFunBackend(loop, compV2InY, &backend);

Completed in 11 milliseconds