Searched defs:DisplayInfo (Results 1 – 2 of 2) sorted by relevance
26 struct DisplayInfo{ struct27 DisplayInfo():dc(NULL),hwnd(NULL),isPixelFormatSet(false){}; in DisplayInfo() function28 DisplayInfo(HDC hdc,HWND wnd):isPixelFormatSet(false){dc = hdc; hwnd = wnd;}; in DisplayInfo() function35 std::map<int,DisplayInfo> m_map; argument
205 private class DisplayInfo implements CompoundButton.OnCheckedChangeListener { class in SensorActivity210 public DisplayInfo(MonitoredSensor sensor, TableRow row) { in DisplayInfo() method in SensorActivity.DisplayInfo