Home
last modified time | relevance | path

Searched defs:mm2px (Results 1 – 2 of 2) sorted by relevance

/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DDeviceInfo.java23 final private double mm2px; field in DeviceInfo
29 DeviceInfo(int widthPx, int heightPx, double dp2px, double mm2px, double powerButtonTopMm, in DeviceInfo()
/system/teeui/test/
Dteeui_device_config.cpp70 void TeeuiRenderTest::createDevice(int widthPx, int heightPx, double dp2px, double mm2px, in createDevice()
87 double dp2px = 0, mm2px = 0; in initFromOptions() local