Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
DPdfManipulationService.java113 final int srcHeightPts = page.getHeight(); in renderPage() local
128 (float) bitmapHeight / srcHeightPts); in renderPage()
297 final int srcHeightPts = mediaBox.height(); in applyPrintAttributes() local
305 transform.setTranslate(0, srcHeightPts - dstHeightPts); in applyPrintAttributes()
311 (float) dstHeightPts / srcHeightPts); in applyPrintAttributes()