Searched refs:text_height (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/printing/
H A Dpage_setup.cc68 int text_height) {
75 DCHECK_GE(text_height, 0);
78 text_height_ = text_height;
118 int text_height) {
129 effective_margins_.header + text_height);
136 effective_margins_.footer + text_height);
66 Init(const gfx::Size& physical_size, const gfx::Rect& printable_area, int text_height) argument
117 CalculateSizesWithinRect(const gfx::Rect& bounds, int text_height) argument
H A Dpage_setup.h47 int text_height);
72 // a constraint of |bounds| and |text_height|.
73 void CalculateSizesWithinRect(const gfx::Rect& bounds, int text_height);
/external/chromium_org/pdf/
H A Dprogress_control.cc102 int text_height = metrics.height; local
107 std::max(image_height, text_height) +
129 (ctrl_size->height() - text_height) / 2,
131 text_height);
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc114 int text_height = std::numeric_limits<int>::max(); local
117 &text_width, &text_height, local
121 size.set_height(text_height + insets.height());
H A Dmessage_center_view.cc100 int text_height = label_->GetHeightForWidth(width()); local
101 int margin = (height() - text_height) / 2;
102 label_->SetBounds(0, margin, width(), text_height);
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector.cc182 int text_height = bundle.GetFontList(kTextFilterFontStyle).GetHeight(); local
183 DCHECK(text_height);
184 int vertical_padding = (kTextFilterHeight - text_height) / 2;
/external/chromium_org/ui/gfx/
H A Dcanvas_skia.cc267 const int text_height = strings.size() * line_height - line_padding; local
268 rect += Vector2d(0, (text_bounds.height() - text_height) / 2);
H A Drender_text.cc1084 const int text_height = lines_.back().preceding_heights + local
1086 offset.set_y((display_rect_.height() - text_height) / 2);
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc420 int text_height = height - (kShadowThickness * 2); local
424 std::max(0, text_height));
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc655 int text_height = height() - insets.height(); local
674 gfx::Rect text_bounds(x, y, text_width, text_height);

Completed in 868 milliseconds