Home
last modified time | relevance | path

Searched refs:deviceInfo (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/win/
DPlatformScreenWin.cpp53 DEVMODE deviceInfo; in deviceInfoForWidget() local
54 deviceInfo.dmSize = sizeof(DEVMODE); in deviceInfoForWidget()
55 deviceInfo.dmDriverExtra = 0; in deviceInfoForWidget()
57 if (!EnumDisplaySettings(0, ENUM_CURRENT_SETTINGS, &deviceInfo)) in deviceInfoForWidget()
58 deviceInfo.dmBitsPerPel = 16; in deviceInfoForWidget()
61 EnumDisplaySettings(monitorInfo.szDevice, ENUM_CURRENT_SETTINGS, &deviceInfo); in deviceInfoForWidget()
64 return deviceInfo; in deviceInfoForWidget()
69 DEVMODE deviceInfo = deviceInfoForWidget(widget); in screenDepth() local
70 return deviceInfo.dmBitsPerPel; in screenDepth()
76 DEVMODE deviceInfo = deviceInfoForWidget(widget); in screenDepthPerComponent() local
[all …]
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp1164 …OSCL_FastString deviceInfo(_STRLIT_CHAR("MANUF=UNKNOWN;PROC=WINS EMULATOR;MEM=UNKNOWN;OS=EPOC;DISP… in createCfgFile() local
1165 iCfgFileObj->SetDeviceInfo(deviceInfo); in createCfgFile()