Searched defs:POINTS_IN_INCH (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/print/pdf/
H A DPrintedPdfDocument.java68 private static final int POINTS_IN_INCH = 72; field in class:PrintedPdfDocument
89 * POINTS_IN_INCH);
91 * POINTS_IN_INCH);
96 * POINTS_IN_INCH);
98 * POINTS_IN_INCH);
100 * POINTS_IN_INCH);
102 * POINTS_IN_INCH);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
H A DPdfManipulationService.java58 private static final int POINTS_IN_INCH = 72; field in class:PdfManipulationService
402 return (int) (((float) mils / MILS_PER_INCH) * POINTS_IN_INCH);

Completed in 266 milliseconds