Home
last modified time | relevance | path

Searched refs:xdpi (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()
41 const float xdpi; member
/device/generic/goldfish/gralloc/
Dframebuffer.cpp229 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;
Dgralloc_priv.h51 float xdpi; member
/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp321 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()
Dgralloc_priv.h121 float xdpi; member
Dgralloc_module.cpp549 xdpi = 0.0f; in private_module_t()
/device/linaro/hikey/gralloc960/
Dframebuffer_device.cpp301 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()
Dmali_gralloc_module.h81 float xdpi; member
Dmali_gralloc_module.cpp182 xdpi = 0.0f; in private_module_t()
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/
Dframebuffer.cpp146 const_cast<float&>(dev->device.xdpi) = screen_view->dpi(); in fb_device_open()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp1469 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/
DEmuHWC2.cpp1087 newConfig->setAttribute(Attribute::DpiX, mGralloc->getFb()->xdpi*1000); in populatePrimaryConfigs()