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

/external/chromium_org/ui/gfx/
H A Dfont.cc53 int Font::GetBaseline() const { function in class:gfx::Font
54 return platform_font_->GetBaseline();
H A Dfont_list.cc174 int FontList::GetBaseline() const { function in class:gfx::FontList
255 ascent = std::max(ascent, i->GetBaseline());
256 descent = std::max(descent, i->GetHeight() - i->GetBaseline());
H A Dplatform_font_pango.cc192 int PlatformFontPango::GetBaseline() const { function in class:gfx::PlatformFontPango
H A Dplatform_font_win.cc140 int PlatformFontWin::GetBaseline() const { function in class:gfx::PlatformFontWin
H A Drender_text_mac.cc31 int RenderTextMac::GetBaseline() { function in class:gfx::RenderTextMac
150 CGFloat font_list_baseline = font_list().GetBaseline();
H A Drender_text_linux.cc94 int RenderTextLinux::GetBaseline() { function in class:gfx::RenderTextLinux
100 font_list().GetBaseline());
379 Vector2d offset(GetTextOffset() + Vector2d(0, GetBaseline()));
H A Drender_text_win.cc228 int RenderTextWin::GetBaseline() { function in class:gfx::RenderTextWin
540 common_baseline_ = font_list().GetBaseline();
621 int ascent = font_list().GetBaseline();
622 int descent = font_list().GetHeight() - font_list().GetBaseline();
627 ascent = std::max(ascent, run->font.GetBaseline());
629 run->font.GetHeight() - run->font.GetBaseline());
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc308 int BoundedLabel::GetBaseline() const { function in class:message_center::BoundedLabel
309 return label_->GetBaseline();
/external/chromium_org/ui/views/controls/
H A Dlabel.cc204 int Label::GetBaseline() const { function in class:views::Label
205 return GetInsets().top() + font_.GetBaseline();
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc434 int Textfield::GetBaseline() const { function in class:views::Textfield
437 native_wrapper_->GetTextfieldBaseline() : font_list_.GetBaseline();
/external/chromium_org/ui/views/
H A Dview.cc439 int View::GetBaseline() const { function in class:views::View

Completed in 782 milliseconds