Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
DPdfManipulationService.java117 final int dstHeightPts = pointsFromMils( in renderPage() local
131 displayScale = (float) bitmapHeight / dstHeightPts; in renderPage()
285 final int dstHeightPts = pointsFromMils(attributes.getMediaSize().getHeightMils()); in applyPrintAttributes() local
301 mediaBox.bottom = dstHeightPts; in applyPrintAttributes()
305 transform.setTranslate(0, srcHeightPts - dstHeightPts); in applyPrintAttributes()
311 (float) dstHeightPts / srcHeightPts); in applyPrintAttributes()