Searched defs:xdpi (Results 1 - 19 of 19) sorted by relevance

/external/deqp/framework/platform/android/
H A DtcuAndroidUtil.hpp67 float xdpi; member in struct:tcu::Android::DisplayMetrics
76 , xdpi (0.0f)
/external/fio/
H A Dprinting.c10 gdouble width, height, xdpi, ydpi; member in struct:printing_parameters
22 print_params.xdpi = gtk_print_context_get_dpi_x(context);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDisplay.java21 private float xdpi = 240.0f; field in class:ShadowDisplay
40 outMetrics.xdpi = xdpi;
86 return xdpi;
89 public void setXdpi(float xdpi) { argument
90 this.xdpi = xdpi;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowDisplay.java53 private Float xdpi; field in class:ShadowDisplay
74 outMetrics.xdpi = xdpi;
194 public void setXdpi(float xdpi) { argument
196 this.xdpi = xdpi;
199 di -> di.physicalXDpi = xdpi);
410 xdpi = (float) displayMetrics.densityDpi;
/external/libcups/filter/
H A Draster.c120 int xdpi, /* I - Cross-feed direction (horizontal) resolution */
125 if (!h || !media || !type || xdpi <= 0 || ydpi <= 0)
149 h->HWResolution[0] = (unsigned)xdpi;
152 h->cupsWidth = (unsigned)(media->width * xdpi / 2540);
116 cupsRasterInitPWGHeader( cups_page_header2_t *h, pwg_media_t *media, const char *type, int xdpi, int ydpi, const char *sides, const char *sheet_back) argument
H A Dtestclient.c400 int xdpi = 0, /* Horizontal resolution */ local
542 xdpi = ydpi = atoi(val + 2);
558 if (i == 0 || tempxdpi < xdpi || tempydpi < ydpi)
560 xdpi = tempxdpi;
574 if (xdpi < 72 || ydpi < 72)
590 if (!cupsRasterInitPWGHeader(&header, media, type, xdpi, ydpi, "one-sided", NULL))
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 491 milliseconds