Searched refs:srcWidthPts (Results 1 – 1 of 1) sorted by relevance
112 final int srcWidthPts = page.getWidth(); in renderPage() local127 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() local310 scale = Math.min((float) dstWidthPts / srcWidthPts, in applyPrintAttributes()329 final float dx = dstWidthPts - (int) (srcWidthPts * scale + 0.5f); in applyPrintAttributes()