HomeSort by relevance Sort by last modified time
    Searched refs:text_height (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/printing/
page_setup.cc 68 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);
page_setup.h 47 int text_height);
72 // a constraint of |bounds| and |text_height|.
73 void CalculateSizesWithinRect(const gfx::Rect& bounds, int text_height);
  /external/chromium_org/ui/gfx/
canvas_skia.cc 284 const int text_height = strings.size() * line_height - line_padding; local
285 rect += Vector2d(0, (text_bounds.height() - text_height) / 2);
323 const int text_height = render_text->GetStringSize().height(); local
325 rect += Vector2d(0, (text_bounds.height() - text_height) / 2);
326 rect.set_height(text_height);
  /external/chromium/chrome/browser/chromeos/login/
username_view.cc 116 int text_height, text_width; local
118 &text_width, &text_height,
  /external/chromium_org/ui/message_center/views/
bounded_label.cc 111 int text_height = std::numeric_limits<int>::max(); local
114 &text_width, &text_height, local
118 size.set_height(text_height + insets.height());
message_center_view.cc 156 int text_height = label_->GetHeightForWidth(width()); local
157 int margin = (height() - text_height) / 2;
158 label_->SetBounds(0, margin, width(), text_height);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 577 int text_height = GetTextHeight(); local
590 std::max(width() - kw_text_x - edge_item_padding_, 0), text_height);
597 text_bounds_.SetRect(text_x, std::max(0, (height() - text_height) / 2),
598 std::max(text_width, 0), text_height);
  /external/chromium_org/ui/views/controls/combobox/
native_combobox_views.cc 347 int text_height = height() - insets.height(); local
365 gfx::Rect text_bounds(x, y, text_width, text_height);
  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 289 int text_height = title_top + font_height() + kBottomPadding; local
290 if (text_height > minimum_size.height())
291 title_top -= (text_height - minimum_size.height()) / 2;
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 434 int text_height = height - (kShadowThickness * 2); local
438 std::max(0, text_height));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 226 text_width, text_height = text.winfo_width(), text.winfo_height()
229 if (text_height - (y + cy) >= acw_height # enough height below
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 226 text_width, text_height = text.winfo_width(), text.winfo_height()
229 if (text_height - (y + cy) >= acw_height # enough height below
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 732 int text_height = title_top + title_font_height_ + kBottomPadding; local
733 if (text_height > minimum_size.height())
734 title_top -= (text_height - minimum_size.height()) / 2;
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 840 int text_height = title_top + title_font_height_ + kBottomPadding; local
841 if (text_height > minimum_size.height())
842 title_top -= (text_height - minimum_size.height()) / 2;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 440 int text_height = height - (kShadowThickness * 2); local
444 std::max(0, text_height));
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 845 int text_height = title_top + font_height_ + bottom_padding(); local
846 if (text_height > minimum_size.height())
847 title_top -= (text_height - minimum_size.height()) / 2;
    [all...]

Completed in 645 milliseconds