Home
last modified time | relevance | path

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

/external/chromium_org/android_webview/native/
Daw_pdf_exporter.cc74 int width_in_dots = MilsToDots(width, dpi); in CreatePdfSettings() local
76 physical_size_device_units.SetSize(width_in_dots, height_in_dots); in CreatePdfSettings()
80 printable_area_device_units.SetRect(0, 0, width_in_dots, height_in_dots); in CreatePdfSettings()