Home
last modified time | relevance | path

Searched refs:mm2px (Results 1 – 5 of 5) 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() argument
34 this.mm2px = mm2px; in DeviceInfo()
54 return mm2px; in getMm2px()
/system/teeui/test/
Dteeui_device_config.cpp70 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()
Dteeui_device_config.h57 void createDevice(int widthPx, int heightPx, double dp2px, double mm2px,
/system/teeui/test/example_config/
DREADME62 "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/
Dutils.h450 Proxy(Numeric valuepx, Numeric mm2px, Numeric dp2px)
451 : valuepx_(valuepx), mm2px_(mm2px), dp2px_(dp2px) {}
461 context(Numeric mm2px, Numeric dp2px) : mm2px_(mm2px), dp2px_(dp2px) {}