Searched refs:keyY (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DmonoChain.cc130 keyY = 0;
381 y = mc1->keyY;
383 y = mc2->keyY;
454 Real keyY; local in function:MC_sweepY
466 keyY = vert->getHead()->head()[1]; //the sweep line
475 vert->keyY = keyY;
480 vert->getPrev()->keyY = keyY;
495 directedLine* leftEdgeDline = ((monoChain* ) leftEdge->key)->find(keyY);
[all...]
H A DmonoChain.h83 Real keyY; //the current horizotal line member in class:monoChain
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutWindow.h89 int keyX, keyY; // for keyboard callback member in class:GlutWindow
H A DglutEvent.cpp206 win->keyboard(win->key, win->keyX, win->keyY);
442 keyY = (int)p.y;

Completed in 4 milliseconds