Home
last modified time | relevance | path

Searched refs:basic_width (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/wx/
H A Dpanel.cpp20 basic_width(GBAWidth), basic_height(GBAHeight), fullscreen(false), in IMPLEMENT_DYNAMIC_CLASS()
203 basic_width = gbBorderLineSkip = SGBWidth; in LoadGame()
210 basic_width = gbBorderLineSkip = GBWidth; in LoadGame()
308 basic_width = GBAWidth; in LoadGame()
715 if (basic_width != GBWidth) in AddBorder()
718 basic_width = SGBWidth; in AddBorder()
735 if (basic_width != SGBWidth) in DelBorder()
738 basic_width = GBWidth; in DelBorder()
770 wxSize sz(basic_width , basic_height); in LowerMinSize()
1072 w->SetSize(wxSize(basic_width, basic_height)); in OnIdle()
[all …]
H A Dwxvbam.h494 int basic_width, basic_height; variable
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dappenv.h1045 int basic_width; /* Basic mode width */ member
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dresource.h402 XtOffsetOf(appdata_t, basic_width), XmRImmediate,
H A Dgeom.c659 cwidth = (Dimension) app_data.basic_width; in geom_main_force()
718 width = (Dimension) app_data.basic_width; in geom_main_force()
/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dlibdi.c128 app_data.basic_width); in di_prncfg()