Searched refs:POINTS_IN_INCH (Results 1 – 2 of 2) sorted by relevance
68 private static final int POINTS_IN_INCH = 72; field in PrintedPdfDocument89 * 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()
56 private static final int POINTS_IN_INCH = 72; field in PdfManipulationService291 return (int) (((float) mils / MILS_PER_INCH) * POINTS_IN_INCH); in pointsFromMils()