Searched refs:dstWidthPts (Results 1 – 1 of 1) sorted by relevance
115 final int dstWidthPts = pointsFromMils( in renderPage() local133 displayScale = (float) bitmapWidth / dstWidthPts; in renderPage()284 final int dstWidthPts = pointsFromMils(attributes.getMediaSize().getWidthMils()); in applyPrintAttributes() local300 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()