Home
last modified time | relevance | path

Searched refs:m_bbox_min_y (Results 1 – 4 of 4) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/widgets/
H A Dmathplot.h1741 m_bbox_min_y( 0 ), in mpMovableObject()
1781 virtual double GetMinY() const override { return m_bbox_min_y; } in GetMinY()
1819 double m_bbox_min_x, m_bbox_max_x, m_bbox_min_y, m_bbox_max_y; variable
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxmathplot/
H A Dmathplot.h1477 virtual double GetMinY() { return m_bbox_min_y; } in GetMinY()
1513 double m_bbox_min_x,m_bbox_max_x,m_bbox_min_y,m_bbox_max_y; variable
H A Dmathplot.cpp2677 m_bbox_min_y=1e300; in ShapeUpdated()
2689 if (*itYo < m_bbox_min_y) m_bbox_min_y = *itYo; in ShapeUpdated()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/widgets/
H A Dmathplot.cpp3096 m_bbox_min_y = 1e300; in ShapeUpdated()
3113 if( *itYo < m_bbox_min_y ) in ShapeUpdated()
3114 m_bbox_min_y = *itYo; in ShapeUpdated()