Home
last modified time | relevance | path

Searched refs:borderMarginX (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxmathplot/
H A Dmathplot.cpp2976 wxCoord borderMarginX = (wxCoord)(screenPixelX+1); // ceil in Plot() local
2981 if (dx0<0) dx0=-borderMarginX; in Plot()
2983 if (dx1>w.GetScrX()) dx1=w.GetScrX()+borderMarginX; in Plot()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/widgets/
H A Dmathplot.cpp3409 wxCoord borderMarginX = (wxCoord) (screenPixelX + 1); // ceil in Plot() local
3416 dx0 = -borderMarginX; in Plot()
3422 dx1 = w.GetScrX() + borderMarginX; in Plot()