Searched defs:GetBaseline (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dfont.cc49 int Font::GetBaseline() const { function in class:gfx::Font
50 return platform_font_->GetBaseline();
H A Dfont_list.cc77 font_list.GetBaseline() - font_list.GetCapHeight();
98 int FontList::GetBaseline() const { function in class:gfx::FontList
99 return impl_->GetBaseline();
H A Dfont_list_impl.cc148 int FontListImpl::GetBaseline() const { function in class:gfx::FontListImpl
230 ascent = std::max(ascent, i->GetBaseline());
231 descent = std::max(descent, i->GetHeight() - i->GetBaseline());
H A Dplatform_font_pango.cc173 int PlatformFontPango::GetBaseline() const { function in class:gfx::PlatformFontPango
H A Dplatform_font_win.cc148 int PlatformFontWin::GetBaseline() const { function in class:gfx::PlatformFontWin
H A Drender_text.cc68 const int baseline = font_list.GetBaseline();
726 int RenderText::GetBaseline() { function in class:gfx::RenderText
1088 offset.set_y(GetBaseline() - GetLayoutTextBaseline());
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc313 int BoundedLabel::GetBaseline() const { function in class:message_center::BoundedLabel
314 return label_->GetBaseline();
/external/chromium_org/ui/views/controls/
H A Dlabel.cc222 int Label::GetBaseline() const { function in class:views::Label
223 return GetInsets().top() + font_list_.GetBaseline();
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc560 int Textfield::GetBaseline() const { function in class:views::Textfield
561 return GetInsets().top() + GetRenderText()->GetBaseline();
/external/chromium_org/ui/views/
H A Dview.cc377 int View::GetBaseline() const { function in class:views::View

Completed in 720 milliseconds