Home
last modified time | relevance | path

Searched refs:ViewGetLOD (Results 1 – 22 of 22) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/view/
H A Dview_item.h132 virtual double ViewGetLOD( int aLayer, VIEW* aView ) const in ViewGetLOD() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dfp_shape.h156 double ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const override;
H A Dpcb_track.h202 double ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const override;
411 double ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const override;
H A Dfp_text.h229 double ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const override;
H A Dzone.h178 double ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const override;
954 double ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const override;
H A Dpcb_group.cpp283 double PCB_GROUP::ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const in ViewGetLOD() function in PCB_GROUP
H A Dfp_shape.cpp372 double FP_SHAPE::ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const in ViewGetLOD() function in FP_SHAPE
H A Dfp_text.cpp368 double FP_TEXT::ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const in ViewGetLOD() function in FP_TEXT
H A Dpad.h661 double ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const override;
H A Dfootprint.h634 double ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const override;
H A Dpcb_track.cpp529 double PCB_TRACK::ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const in ViewGetLOD() function in PCB_TRACK
590 double PCB_VIA::ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const in ViewGetLOD() function in PCB_VIA
H A Dzone.cpp312 double ZONE::ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const in ViewGetLOD() function in ZONE
1369 double FP_ZONE::ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const in ViewGetLOD() function in FP_ZONE
H A Dpad.cpp1306 double PAD::ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const in ViewGetLOD() function in PAD
H A Dfootprint.cpp1397 double FOOTPRINT::ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const in ViewGetLOD() function in FOOTPRINT
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dpcb_group.h171 double ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const override;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/
H A Dgerber_draw_item.h244 double ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const override;
H A Dgerber_draw_item.cpp979 double GERBER_DRAW_ITEM::ViewGetLOD( int aLayer, KIGFX::VIEW* aView ) const in ViewGetLOD() function in GERBER_DRAW_ITEM
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dpcb_grid_helper.cpp341 && item->ViewGetLOD( it.second, view ) < view->GetScale() ) in queryVisible()
489 && pad->ViewGetLOD( pad->GetLayer(), view ) < view->GetScale() ) in computeAnchors()
H A Dpcb_selection_tool.cpp2211 return aItem->ViewGetLOD( aItem->GetLayer(), view() ) < view()->GetScale(); in Selectable()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/tools/
H A Dee_grid_helper.cpp260 if( view->IsVisible( item ) && item->ViewGetLOD( it.second, view ) < view->GetScale() ) in queryVisible()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/view/
H A Dview.cpp947 && aItem->ViewGetLOD( layer, view ) < view->m_scale; in operator ()()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_kicad_iface.cpp1277 && item->ViewGetLOD( item->GetLayer(), m_view ) < m_view->GetScale() ) in IsItemVisible()