OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:effective_margins
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/printing/
page_setup_unittest.cc
43
printing::PageMargins
effective_margins
;
local
44
effective_margins
.header = std::max(margins.header, printable_area.y());
45
effective_margins
.left = std::max(margins.left, printable_area.x());
46
effective_margins
.top = std::max(margins.top,
47
effective_margins
.header + kTextHeight);
48
effective_margins
.footer = std::max(margins.footer,
51
effective_margins
.right = std::max(margins.right,
54
effective_margins
.bottom = std::max(margins.bottom,
55
effective_margins
.footer + kTextHeight);
58
gfx::Rect overlay_area(
effective_margins
.left, effective_margins.header
123
printing::PageMargins
effective_margins
;
local
[
all
...]
page_setup.h
62
const PageMargins&
effective_margins
() const {
function in class:printing::PageSetup
Completed in 5823 milliseconds