Home
last modified time | relevance | path

Searched refs:POINTS_IN_INCH (Results 1 – 2 of 2) sorted by relevance

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