HomeSort by: relevance | last modified time | path
    Searched defs:scalewidth (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/src/
StripChart.c 390 int scalewidth = 0; local
403 scalewidth = XtWidth(w);
417 if (!scalewidth)
418 scalewidth = width;
438 XDrawLine(dpy, win, w->strip_chart.hiGC, left, j, scalewidth, j);

Completed in 23 milliseconds