Searched refs:portx (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,
4580 if (portx > COLS)
4581 portx = COLS;
4633 panner_h_cleanup(top_y - 1, top_x - (top_x > 0), portx);
4643 panner_h_cleanup(top_y, top_x, portx);
4648 if (top_x >= portx)
4660 if (portx >= pxmax || portx >= COLS)
4663 panner_v_cleanup(top_y - (top_y > 0), portx - 1, porty);
4664 ++portx;
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.mm363 nPort.qdPort.portx = (int32_t)-boundsInWindow.origin.x;
427 nPort.qdPort.portx = static_cast<int32_t>(-boundsInWindow.origin.x + origin.x);
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);
880 if (nPort.qdPort.portx != lastSetPort.qdPort.portx)
/macosx-10.10/WebCore-7600.1.25/plugins/
H A Dnpapi.h560 int32_t portx; /* position inside the topmost window */ member in struct:NP_Port

Completed in 201 milliseconds