Searched refs:ydpi (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() 42 const float ydpi; member
|
/device/generic/goldfish/gralloc/ |
D | framebuffer.cpp | 230 float ydpi = (info.yres * 25.4f) / info.height; local 259 info.height, ydpi, 275 module->ydpi = ydpi; 349 const_cast<float&>(dev->device.ydpi) = m->ydpi;
|
D | gralloc_priv.h | 52 float ydpi; member
|
/device/linaro/hikey/gralloc/ |
D | framebuffer_device.cpp | 322 float ydpi = (info.yres * 25.4f) / info.height; in init_frame_buffer_locked() local 350 info.height, ydpi, in init_frame_buffer_locked() 367 module->ydpi = ydpi; in init_frame_buffer_locked() 499 const_cast<float &>(dev->ydpi) = m->ydpi; in framebuffer_device_open()
|
D | gralloc_priv.h | 122 float ydpi; member
|
D | gralloc_module.cpp | 550 ydpi = 0.0f; in private_module_t()
|
/device/linaro/hikey/gralloc960/ |
D | framebuffer_device.cpp | 302 float ydpi = (info.yres * 25.4f) / info.height; in init_frame_buffer_locked() local 321 info.width, xdpi, info.height, ydpi, fps); in init_frame_buffer_locked() 354 module->ydpi = ydpi; in init_frame_buffer_locked() 641 const_cast<float &>(dev->ydpi) = m->ydpi; in framebuffer_device_open()
|
D | mali_gralloc_module.h | 82 float ydpi; member
|
D | mali_gralloc_module.cpp | 183 ydpi = 0.0f; in private_module_t()
|
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/ |
D | framebuffer.cpp | 147 const_cast<float&>(dev->device.ydpi) = screen_view->dpi(); in fb_device_open()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc.cpp | 1471 EGLint ydpi = rcEnc->rcGetFBParam(rcEnc, FB_YDPI); in gralloc_device_open() local 1472 D("gralloc: ydpi=%d\n", ydpi); in gralloc_device_open() 1508 const_cast<float&>(dev->device.ydpi) = ydpi; in gralloc_device_open()
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.cpp | 1088 newConfig->setAttribute(Attribute::DpiY, mGralloc->getFb()->ydpi*1000); in populatePrimaryConfigs()
|