Home
last modified time | relevance | path

Searched refs:ydpi (Results 1 – 12 of 12) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/include/system/
Dwindow.h30 ANativeWindow() : flags(0), minSwapInterval(0), maxSwapInterval(0), xdpi(0), ydpi(0) { in ANativeWindow()
42 const float ydpi; member
/device/generic/goldfish/gralloc/
Dframebuffer.cpp230 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;
Dgralloc_priv.h52 float ydpi; member
/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp322 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()
Dgralloc_priv.h122 float ydpi; member
Dgralloc_module.cpp550 ydpi = 0.0f; in private_module_t()
/device/linaro/hikey/gralloc960/
Dframebuffer_device.cpp302 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()
Dmali_gralloc_module.h82 float ydpi; member
Dmali_gralloc_module.cpp183 ydpi = 0.0f; in private_module_t()
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/
Dframebuffer.cpp147 const_cast<float&>(dev->device.ydpi) = screen_view->dpi(); in fb_device_open()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp1471 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/
DEmuHWC2.cpp1088 newConfig->setAttribute(Attribute::DpiY, mGralloc->getFb()->ydpi*1000); in populatePrimaryConfigs()