Searched refs:porty (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/test/
H A Dncurses.c4554 int top_x, int top_y, int porty, int portx,
4584 if (porty > LINES)
4585 porty = LINES;
4624 panner_v_cleanup(top_y, top_x, porty);
4630 if (top_y >= porty)
4651 panner_v_cleanup(top_y - (top_y > 0), top_x - 1, porty);
4663 panner_v_cleanup(top_y - (top_y > 0), portx - 1, porty);
4669 if (porty >= pymax || porty >= LINES)
4672 panner_h_cleanup(porty
4553 panner(WINDOW *pad, int top_x, int top_y, int porty, int portx, int (*pgetc) (WINDOW *)) argument
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginView.mm364 nPort.qdPort.porty = (int32_t)-boundsInWindow.origin.y;
428 nPort.qdPort.porty = static_cast<int32_t>(-boundsInWindow.origin.y - origin.y);
441 window.clipRect.left + nPort.qdPort.portx, window.clipRect.top + nPort.qdPort.porty,
442 window.clipRect.right + nPort.qdPort.portx, window.clipRect.bottom + nPort.qdPort.porty);
483 SetOrigin(nPort.qdPort.portx, nPort.qdPort.porty);
882 if (nPort.qdPort.porty != lastSetPort.qdPort.porty)
/macosx-10.10/WebCore-7600.1.25/plugins/
H A Dnpapi.h561 int32_t porty; member in struct:NP_Port

Completed in 197 milliseconds