Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/resources/msw/
H A Dgerbview.rc1 icon_gerbview ICON "../bitmaps_png/icons/icon_gerbview.ico" icon
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/kicad/dialogs/
H A Dpanel_kicad_launcher.cpp131 KiScaledBitmap( BITMAPS::icon_gerbview, this, 48, true ), in CreateLaunchers()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/bitmaps/
H A Dbitmap_info.h911 { BITMAPS::icon_gerbview, wxT( "icon_gerbview_64.png" ), 64, wxT( "light" ) },
921 { BITMAPS::icon_gerbview, wxT( "icon_gerbview_dark_64.png" ), 64, wxT( "dark" ) },
931 { BITMAPS::icon_gerbview, wxT( "icon_gerbview_128.png" ), 128, wxT( "light" ) },
941 { BITMAPS::icon_gerbview, wxT( "icon_gerbview_dark_128.png" ), 128, wxT( "dark" ) },
953 { BITMAPS::icon_gerbview, wxT( "icon_gerbview_48.png" ), 48, wxT( "light" ) },
976 { BITMAPS::icon_gerbview, wxT( "icon_gerbview_dark_48.png" ), 48, wxT( "dark" ) },
H A Dbitmaps_list.h241 icon_gerbview, enumerator
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/
H A Dgerbview_frame.cpp118 icon.CopyFromBitmap( KiBitmap( BITMAPS::icon_gerbview ) ); in GERBVIEW_FRAME()