Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
DPdfManipulationService.java148 final int paddingBottomPts = pointsFromMils(minMargins.getBottomMils()); in renderPage() local
154 clip.bottom = (int) (bitmapHeight - paddingBottomPts * displayScale); in renderPage()
339 final int paddingBottomPts = pointsFromMils(minMargins.getBottomMils()); in applyPrintAttributes() local
345 clip.bottom -= paddingBottomPts; in applyPrintAttributes()