|
Change PDF scaling factor from double to float.
This ultimate consumers of this want a float anyway, so changing to be a float
all the way through is less misleading. This also avoids some "value possibly
truncated" warnings (currently disabled) on MSVC.
This also removes a couple of scale-related functions in metafile_skia_wrapper.*
that seem to be entirely unused.
BUG=none
TEST=none
Committed: https://crrev.com/46a6291e7b4e7c7367daf4e5fb1a33537f776813
Cr-Commit-Position: refs/heads/master@{#298980}
Total comments: 3
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+43 lines, -65 lines) |
Patch |
 |
M |
chrome/browser/printing/pdf_to_emf_converter.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/pdf_to_emf_converter.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/print_job.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/print_job.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_utility_printing_messages.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/service/cloud_print/print_system_win.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/service/service_utility_process_host.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/service/service_utility_process_host.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/utility/printing_handler.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/utility/printing_handler.cc
|
View
|
1
2
|
5 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
printing/metafile_skia_wrapper.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
printing/metafile_skia_wrapper.cc
|
View
|
|
2 chunks |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
printing/printed_document.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
printing/printed_document.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
printing/printed_document_win.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
printing/printed_page.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/gdi_util.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/gdi_util.cc
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
Total messages: 16 (5 generated)
|