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

  /external/chromium_org/ui/gfx/
canvas_skia.cc 267 const int text_height = strings.size() * line_height - line_padding; local
268 rect += Vector2d(0, (text_bounds.height() - text_height) / 2);
render_text.cc 1084 const int text_height = lines_.back().preceding_heights + local
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector.cc 182 int text_height = bundle.GetFontList(kTextFilterFontStyle).GetHeight(); local
183 DCHECK(text_height);
184 int vertical_padding = (kTextFilterHeight - text_height) / 2;
  /external/chromium_org/pdf/
progress_control.cc 102 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/
bounded_label.cc 114 int text_height = std::numeric_limits<int>::max(); local
117 &text_width, &text_height, local
121 size.set_height(text_height + insets.height());
message_center_view.cc 100 int text_height = label_->GetHeightForWidth(width()); local
101 int margin = (height() - text_height) / 2;
102 label_->SetBounds(0, margin, width(), text_height);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 420 int text_height = height - (kShadowThickness * 2); local
424 std::max(0, text_height));
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 655 int text_height = height() - insets.height(); local
674 gfx::Rect text_bounds(x, y, text_width, text_height);

Completed in 576 milliseconds