Home
last modified time | relevance | path

Searched refs:xhair_x (Results 1 – 14 of 14) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.c668 if (Scope->xhair_x >= ScopeLEFTMARGIN && Scope->xhair_x <= Scope->Width - ScopeRIGHTMARGIN) { in GScope_showCrossLine()
671 Scope->xhair_x,Scope->Height-ScopeBOTTOMHEIGHT); in GScope_showCrossLine()
680 if (Scope->xhair_x >= ScopeLEFTMARGIN && Scope->xhair_x <= Scope->Width - ScopeRIGHTMARGIN) { in GScope_hideCrossLine()
683 Scope->xhair_x,Scope->Height-ScopeBOTTOMHEIGHT); in GScope_hideCrossLine()
694 if (Scope->xhair_x >= ScopeLEFTMARGIN && Scope->xhair_x <= Scope->Width - ScopeRIGHTMARGIN) { in GScope_drawCrossLine()
700 Scope->xhair_x = x; in GScope_drawCrossLine()
702 if (Scope->xhair_x >= ScopeLEFTMARGIN && Scope->xhair_x <= Scope->Width - ScopeRIGHTMARGIN) { in GScope_drawCrossLine()
705 Scope->xhair_x,Scope->Height-ScopeBOTTOMHEIGHT); in GScope_drawCrossLine()
782 S->mark_val[1] = GScope_x2t(S,S->xhair_x); in GScope_moveSelection()
873 Scope->xhair_x = 0; in GScope_setShowXHairState()
[all …]
H A Dscope.h95 int xhair_x; /* Crosshair x position */ member
/dports/math/plplot-ada/plplot-5.15.0/include/
H A Dplxwd.h101 XPoint xhair_x[2], xhair_y[2]; // Crosshair lines member
/dports/math/plplot/plplot-5.15.0/include/
H A Dplxwd.h101 XPoint xhair_x[2], xhair_y[2]; // Crosshair lines member
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplxwd.h107 XPoint xhair_x[2], xhair_y[2]; /* Crosshair lines */ member
H A Dxwin.c1978 dev->xhair_x[0].x = xmin; dev->xhair_x[0].y = yy0; in DrawXhairs()
1979 dev->xhair_x[1].x = xmax; dev->xhair_x[1].y = yy0; in DrawXhairs()
1999 XDrawLines(xwd->display, dev->window, xwd->gcXor, dev->xhair_x, 2, in UpdateXhairs()
/dports/math/plplot/plplot-5.15.0/bindings/tk-x-plat/
H A Dpltkwd.h101 XPoint xhair_x[2], xhair_y[2]; // Crosshair lines member
H A Dplplotter.c181 XPoint xhair_x[2]; // Points for horizontal xhair line member
1215 plPlotterPtr->xhair_x[0].x = (short) xmin; plPlotterPtr->xhair_x[0].y = (short) y0; in DrawXhairs()
1216 plPlotterPtr->xhair_x[1].x = (short) xmax; plPlotterPtr->xhair_x[1].y = (short) y0; in DrawXhairs()
1236 plPlotterPtr->xorGC, plPlotterPtr->xhair_x, 2, in UpdateXhairs()
/dports/math/plplot-ada/plplot-5.15.0/bindings/tk-x-plat/
H A Dpltkwd.h101 XPoint xhair_x[2], xhair_y[2]; // Crosshair lines member
H A Dplplotter.c181 XPoint xhair_x[2]; // Points for horizontal xhair line member
1215 plPlotterPtr->xhair_x[0].x = (short) xmin; plPlotterPtr->xhair_x[0].y = (short) y0; in DrawXhairs()
1216 plPlotterPtr->xhair_x[1].x = (short) xmax; plPlotterPtr->xhair_x[1].y = (short) y0; in DrawXhairs()
1236 plPlotterPtr->xorGC, plPlotterPtr->xhair_x, 2, in UpdateXhairs()
/dports/math/plplot/plplot-5.15.0/bindings/tk/
H A Dplframe.c168 XPoint xhair_x[2]; // Points for horizontal xhair line member
1394 plFramePtr->xhair_x[0].x = (short) xmin; plFramePtr->xhair_x[0].y = (short) y0; in DrawXhairs()
1395 plFramePtr->xhair_x[1].x = (short) xmax; plFramePtr->xhair_x[1].y = (short) y0; in DrawXhairs()
1415 plFramePtr->xorGC, plFramePtr->xhair_x, 2, in UpdateXhairs()
/dports/math/plplot-ada/plplot-5.15.0/bindings/tk/
H A Dplframe.c168 XPoint xhair_x[2]; // Points for horizontal xhair line member
1394 plFramePtr->xhair_x[0].x = (short) xmin; plFramePtr->xhair_x[0].y = (short) y0; in DrawXhairs()
1395 plFramePtr->xhair_x[1].x = (short) xmax; plFramePtr->xhair_x[1].y = (short) y0; in DrawXhairs()
1415 plFramePtr->xorGC, plFramePtr->xhair_x, 2, in UpdateXhairs()
/dports/math/plplot/plplot-5.15.0/drivers/
H A Dxwin.c2125 dev->xhair_x[0].x = (short) xmin; dev->xhair_x[0].y = (short) y0; in DrawXhairs()
2126 dev->xhair_x[1].x = (short) xmax; dev->xhair_x[1].y = (short) y0; in DrawXhairs()
2146 XDrawLines( xwd->display, dev->window, xwd->gcXor, dev->xhair_x, 2, in UpdateXhairs()
/dports/math/plplot-ada/plplot-5.15.0/drivers/
H A Dxwin.c2125 dev->xhair_x[0].x = (short) xmin; dev->xhair_x[0].y = (short) y0; in DrawXhairs()
2126 dev->xhair_x[1].x = (short) xmax; dev->xhair_x[1].y = (short) y0; in DrawXhairs()
2146 XDrawLines( xwd->display, dev->window, xwd->gcXor, dev->xhair_x, 2, in UpdateXhairs()