Home
last modified time | relevance | path

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

/external/chromium_org/printing/
Dpage_setup.cc52 text_height_ = 0; in Clear()
63 text_height_ == rhs.text_height_; in Equals()
78 text_height_ = text_height; in Init()
102 Init(new_size, new_printable_area, text_height_); in FlipOrientation()
113 CalculateSizesWithinRect(printable_area_, text_height_); in SetRequestedMarginsAndCalculateSizes()
Dpage_setup.h98 int text_height_; variable