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

  /external/chromium_org/ui/gfx/
font.cc 53 int Font::GetBaseline() const {
54 return platform_font_->GetBaseline();
font_list.cc 174 int FontList::GetBaseline() const {
255 ascent = std::max(ascent, i->GetBaseline());
256 descent = std::max(descent, i->GetHeight() - i->GetBaseline());
platform_font_pango.cc 192 int PlatformFontPango::GetBaseline() const {
platform_font_win.cc 140 int PlatformFontWin::GetBaseline() const {
render_text_mac.cc 31 int RenderTextMac::GetBaseline() {
150 CGFloat font_list_baseline = font_list().GetBaseline();
render_text_linux.cc 94 int RenderTextLinux::GetBaseline() {
100 font_list().GetBaseline());
379 Vector2d offset(GetTextOffset() + Vector2d(0, GetBaseline()));
render_text_win.cc 228 int RenderTextWin::GetBaseline() {
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());
    [all...]
  /external/chromium_org/ui/message_center/views/
bounded_label.cc 308 int BoundedLabel::GetBaseline() const {
309 return label_->GetBaseline();
  /external/chromium_org/ui/views/controls/
label.cc 204 int Label::GetBaseline() const {
205 return GetInsets().top() + font_.GetBaseline();
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 434 int Textfield::GetBaseline() const {
437 native_wrapper_->GetTextfieldBaseline() : font_list_.GetBaseline();
  /external/chromium_org/ui/views/
view.cc 439 int View::GetBaseline() const {
    [all...]

Completed in 173 milliseconds