Searched defs:DeviceMetrics (Results 1 – 2 of 2) sorted by relevance
8 struct DeviceMetrics { struct12 int width;13 int height;14 double device_scale_factor;15 bool emulate_viewport;16 bool fit_window;17 bool text_autosizing;18 double font_scale_factor;
7 DeviceMetrics::DeviceMetrics(int width, int height, double device_scale_factor) in DeviceMetrics() function in DeviceMetrics