Home
last modified time | relevance | path

Searched refs:GERBER_DCODE_LAYER (Results 1 – 5 of 5) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/
H A Dgerbview_draw_panel_gal.cpp90 rSettings->SetLayerIsHighContrast( GERBER_DCODE_LAYER( aLayer ) ); in SetHighContrastLayer()
192 m_view->SetLayerOrder( GERBER_DCODE_LAYER( GERBER_DRAW_LAYER( i ) ), in SetTopLayer()
200 m_view->SetTopLayer( GERBER_DCODE_LAYER( aLayer ) ); in SetTopLayer()
H A Dgerbview_frame.cpp447 int dcode_layer = GERBER_DCODE_LAYER( layer ); in SetElementVisibility()
529 view_remapping[ GERBER_DCODE_LAYER( GERBER_DRAW_LAYER( it.first) ) ] = in SortLayersByX2Attributes()
530 GERBER_DCODE_LAYER( GERBER_DRAW_LAYER( it.second ) ); in SortLayersByX2Attributes()
748 GetCanvas()->GetView()->SetLayerVisible( GERBER_DCODE_LAYER( layer ), in SetVisibleLayers()
H A Dgerber_draw_item.cpp967 aLayers[1] = GERBER_DCODE_LAYER( aLayers[0] ); in ViewGetLayers()
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/include/
H A Dlayers_id_colors_and_visibility.h300 #define GERBER_DCODE_LAYER( x ) ( GERBER_DRAWLAYERS_COUNT + x ) macro
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dlayer_ids.h401 #define GERBER_DCODE_LAYER( x ) ( GERBER_DRAWLAYERS_COUNT + x ) macro