Searched refs:deviceWidth (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/emulator/src/
H A Demulator.cpp355 int deviceWidth = wxGetApp().m_emulatorInfo.m_emulatorDeviceSize.x; local
358 int x = wxMax(0, (int) ((sz.x - deviceWidth)/2.0));
376 int deviceWidth = wxGetApp().m_emulatorInfo.m_emulatorDeviceSize.x; local
379 int x = wxMax(0, (int) ((sz.x - deviceWidth)/2.0));
477 if (config.Read(wxT("/General/deviceWidth"), & dw) && config.Read(wxT("/General/deviceHeight"), & dh))

Completed in 100 milliseconds