Searched refs:mm2px (Results 1 – 5 of 5) sorted by relevance
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/ |
D | DeviceInfo.java | 23 final private double mm2px; field in DeviceInfo 29 DeviceInfo(int widthPx, int heightPx, double dp2px, double mm2px, double powerButtonTopMm, in DeviceInfo() argument 34 this.mm2px = mm2px; in DeviceInfo() 54 return mm2px; in getMm2px()
|
/system/teeui/test/ |
D | teeui_device_config.cpp | 70 void TeeuiRenderTest::createDevice(int widthPx, int heightPx, double dp2px, double mm2px, in createDevice() argument 77 device_info_ptr->mm2px_ = mm2px; in createDevice() 87 double dp2px = 0, mm2px = 0; in initFromOptions() local 120 mm2px = numeric_value; in initFromOptions() 162 createDevice(width, height, dp2px, mm2px, powerBottonTopMm, powerButtonBottomMm, in initFromOptions()
|
D | teeui_device_config.h | 57 void createDevice(int widthPx, int heightPx, double dp2px, double mm2px,
|
/system/teeui/test/example_config/ |
D | README | 62 "native-test-flag": "--mm2px=<pixel per millimeter (px/mm) ratio>" 105 com.android.tradefed.testtype.HostGTest:native-test-flag:"--mm2px=100"
|
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 450 Proxy(Numeric valuepx, Numeric mm2px, Numeric dp2px) 451 : valuepx_(valuepx), mm2px_(mm2px), dp2px_(dp2px) {} 461 context(Numeric mm2px, Numeric dp2px) : mm2px_(mm2px), dp2px_(dp2px) {}
|