Searched refs:POINTS_IN_INCH (Results 1 – 2 of 2) sorted by relevance
67 private static final int POINTS_IN_INCH = 72; field in PrintedPdfDocument88 * POINTS_IN_INCH); in PrintedPdfDocument()90 * POINTS_IN_INCH); in PrintedPdfDocument()95 * POINTS_IN_INCH); in PrintedPdfDocument()97 * POINTS_IN_INCH); in PrintedPdfDocument()99 * POINTS_IN_INCH); in PrintedPdfDocument()101 * POINTS_IN_INCH); in PrintedPdfDocument()
58 private static final int POINTS_IN_INCH = 72; field in PdfManipulationService396 return (int) (((float) mils / MILS_PER_INCH) * POINTS_IN_INCH); in pointsFromMils()