Home
last modified time | relevance | path

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

/dports/math/kmplot/kmplot-21.12.3/kmplot/
H A Dview.h364 bool penShouldDraw( double totalLength, const Plot & plot );
H A Dview.cpp1940 else if ( penShouldDraw( totalLength, plot ) ) in drawPlot()
2247 bool View::penShouldDraw( double length, const Plot & plot ) in penShouldDraw() function in View