Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
DPdfManipulationService.java112 final int srcWidthPts = page.getWidth(); in renderPage() local
127 displayScale = Math.min((float) bitmapWidth / srcWidthPts, in renderPage()
141 matrix.postTranslate(bitmapWidth - srcWidthPts * displayScale, 0); in renderPage()
296 final int srcWidthPts = mediaBox.width(); in applyPrintAttributes() local
310 scale = Math.min((float) dstWidthPts / srcWidthPts, in applyPrintAttributes()
329 final float dx = dstWidthPts - (int) (srcWidthPts * scale + 0.5f); in applyPrintAttributes()