Searched refs:xdpi (Results 1 – 12 of 12) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/include/system/ |
D | window.h | 30 ANativeWindow() : flags(0), minSwapInterval(0), maxSwapInterval(0), xdpi(0), ydpi(0) { in ANativeWindow() 41 const float xdpi; member
|
/device/generic/goldfish/gralloc/ |
D | framebuffer.cpp | 229 float xdpi = (info.xres * 25.4f) / info.width; local 258 info.width, xdpi, 274 module->xdpi = xdpi; 348 const_cast<float&>(dev->device.xdpi) = m->xdpi;
|
D | gralloc_priv.h | 51 float xdpi; member
|
/device/linaro/hikey/gralloc/ |
D | framebuffer_device.cpp | 321 float xdpi = (info.xres * 25.4f) / info.width; in init_frame_buffer_locked() local 349 info.width, xdpi, in init_frame_buffer_locked() 366 module->xdpi = xdpi; in init_frame_buffer_locked() 498 const_cast<float &>(dev->xdpi) = m->xdpi; in framebuffer_device_open()
|
D | gralloc_priv.h | 121 float xdpi; member
|
D | gralloc_module.cpp | 549 xdpi = 0.0f; in private_module_t()
|
/device/linaro/hikey/gralloc960/ |
D | framebuffer_device.cpp | 301 float xdpi = (info.xres * 25.4f) / info.width; in init_frame_buffer_locked() local 321 info.width, xdpi, info.height, ydpi, fps); in init_frame_buffer_locked() 353 module->xdpi = xdpi; in init_frame_buffer_locked() 640 const_cast<float &>(dev->xdpi) = m->xdpi; in framebuffer_device_open()
|
D | mali_gralloc_module.h | 81 float xdpi; member
|
D | mali_gralloc_module.cpp | 182 xdpi = 0.0f; in private_module_t()
|
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/ |
D | framebuffer.cpp | 146 const_cast<float&>(dev->device.xdpi) = screen_view->dpi(); in fb_device_open()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc.cpp | 1469 EGLint xdpi = rcEnc->rcGetFBParam(rcEnc, FB_XDPI); in gralloc_device_open() local 1470 D("gralloc: xdpi=%d\n", xdpi); in gralloc_device_open() 1507 const_cast<float&>(dev->device.xdpi) = xdpi; in gralloc_device_open()
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.cpp | 1087 newConfig->setAttribute(Attribute::DpiX, mGralloc->getFb()->xdpi*1000); in populatePrimaryConfigs()
|