HomeSort by relevance Sort by last modified time
    Searched defs:xdpi (Results 1 - 25 of 52) sorted by null

1 2 3

  /frameworks/native/include/ui/
DisplayInfo.h 30 float xdpi; member in struct:android::DisplayInfo
  /hardware/libhardware/include/hardware/
fb.h 55 const float xdpi; member in struct:framebuffer_device_t
  /hardware/qcom/display/msm8960/libgralloc/
fb_priv.h 50 float xdpi; member in struct:private_module_t
framebuffer.cpp 245 float xdpi = (info.xres * 25.4f) / info.width; local
286 info.width, xdpi,
301 module->xdpi = xdpi;
389 const_cast<float&>(dev->device.xdpi) = m->xdpi;
  /hardware/qcom/display/msm8974/libgralloc/
fb_priv.h 50 float xdpi; member in struct:private_module_t
framebuffer.cpp 245 float xdpi = (info.xres * 25.4f) / info.width; local
286 info.width, xdpi,
301 module->xdpi = xdpi;
395 const_cast<float&>(dev->device.xdpi) = m->xdpi;
  /hardware/qcom/display/msm8x26/libgralloc/
fb_priv.h 50 float xdpi; member in struct:private_module_t
framebuffer.cpp 245 float xdpi = (info.xres * 25.4f) / info.width; local
286 info.width, xdpi,
301 module->xdpi = xdpi;
389 const_cast<float&>(dev->device.xdpi) = m->xdpi;
  /system/extras/tests/framebuffer/
refresh.c 75 float xdpi = (info.xres * 25.4f) / info.width; local
104 info.width, xdpi,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDisplay.java 21 private float xdpi = 240.0f; field in class:ShadowDisplay
40 outMetrics.xdpi = xdpi;
86 return xdpi;
89 public void setXdpi(float xdpi) {
90 this.xdpi = xdpi;
  /frameworks/base/core/java/android/util/
DisplayMetrics.java 130 * {@link #xdpi} and {@link #ydpi}, but rather is used to scale the size of
154 public float xdpi; field in class:DisplayMetrics
191 * The reported display xdpi prior to any compatibility mode scaling
212 xdpi = o.xdpi;
229 xdpi = DENSITY_DEVICE;
236 noncompatXdpi = xdpi;
272 && xdpi == other.xdpi
291 ", xdpi=" + xdpi + ", ydpi=" + ydpi + "}"
    [all...]
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 221 float xdpi = (info.xres * 25.4f) / info.width; local
250 info.width, xdpi,
266 module->xdpi = xdpi;
340 const_cast<float&>(dev->device.xdpi) = m->xdpi;
gralloc_priv.h 51 float xdpi; member in struct:private_module_t
  /hardware/samsung_slsi/exynos5/gralloc/
framebuffer.cpp 189 float xdpi = (module->xres * 25.4f) / info.width; local
198 finfo.id, module->xres, module->yres, info.width, xdpi, info.height,
202 module->xdpi = xdpi;
265 const_cast<float&>(dev->xdpi) = m->xdpi;
  /external/qemu/android/
qemulator.c 285 int xdpi, ydpi; local
287 if ( SDL_WM_GetMonitorDPI( &xdpi, &ydpi ) < 0 ) {
291 D( "system reported monitor resolutions: xdpi=%d ydpi=%d\n", xdpi, ydpi);
292 dpi_monitor = (xdpi + ydpi+1)/2;
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 51 float xdpi; member in struct:private_module_t
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 538 int xdpi, ydpi; local
549 xdpi = (int)(width * MM_PER_INCH / width_mm + 0.5);
552 if (xdpi < 20 || xdpi > 400 || ydpi < 20 || ydpi > 400) {
556 *px_dpi = xdpi;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 314 float xdpi; member in struct:android::HWComposer::DisplayData
  /hardware/libhardware/tests/hwc/
cnativewindow.c 73 unsigned xdpi; member in struct:CNativeWindow
418 win->xdpi = values[3];
488 win->xdpi = fb->xdpi;
522 *((float*) &win->base.xdpi) = win->xdpi;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 938 EGLint xdpi = rcEnc->rcGetFBParam(rcEnc, FB_XDPI); local
939 D("gralloc: xdpi=%d\n", xdpi);
975 const_cast<float&>(dev->device.xdpi) = xdpi;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 76 float xdpi; member in struct:qhwc::DisplayAttributes
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 76 float xdpi; member in struct:qhwc::DisplayAttributes
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.h 76 float xdpi; member in struct:qhwc::DisplayAttributes
  /system/core/include/system/
window.h 347 : flags(0), minSwapInterval(0), maxSwapInterval(0), xdpi(0), ydpi(0)
376 const float xdpi; member in struct:ANativeWindow
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 121 static int DIB_GetMonitorDPI(_THIS, int* xDpi, int *yDpi);
1403 int xdpi, ydpi; local
    [all...]

Completed in 1027 milliseconds

1 2 3