Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
DPdfManipulationService.java115 final int dstWidthPts = pointsFromMils( in renderPage() local
133 displayScale = (float) bitmapWidth / dstWidthPts; in renderPage()
284 final int dstWidthPts = pointsFromMils(attributes.getMediaSize().getWidthMils()); in applyPrintAttributes() local
300 mediaBox.right = dstWidthPts; in applyPrintAttributes()
310 scale = Math.min((float) dstWidthPts / srcWidthPts, in applyPrintAttributes()
329 final float dx = dstWidthPts - (int) (srcWidthPts * scale + 0.5f); in applyPrintAttributes()