Searched defs:kPointsPerInch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/printing/
H A Dunits.h17 const int kPointsPerInch = 72; member in namespace:printing
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc93 const int kPointsPerInch = 72; member in namespace:chrome_pdf::__anon9855
1061 double ratio_x = (static_cast<double>(bitmap_size.width()) * kPointsPerInch) /
1064 (static_cast<double>(bitmap_size.height()) * kPointsPerInch) /
1113 static_cast<int>(kPointsPerInch),
1116 static_cast<int>(kPointsPerInch),
2103 page_rect.width() * kPointsPerInch / kPixelsPerInch;
2105 page_rect.height() * kPointsPerInch / kPixelsPerInch;
2389 width_in_points * kPixelsPerInch / kPointsPerInch);
2391 height_in_points * kPixelsPerInch / kPointsPerInch);
3303 FPDF_GetPageWidth(page) * settings.dpi_x / kPointsPerInch);
[all...]

Completed in 566 milliseconds