| 41 | static const double DEFAULT_IPD_METERS = 0.063; // 63mm |
| 42 | |
| 43 | DisplayDescriptor::DisplayDescriptor() { |
| 44 | // do nothing |
| 45 | } |
| 46 | |
| 47 | DisplayDescriptor::DisplayDescriptor( |
| 48 | const std::string &display_description) { |
nothing calls this directly
no outgoing calls
no test coverage detected