Searched defs:GetFontSize (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dfont.cc73 int Font::GetFontSize() const { function in class:gfx::Font
74 return platform_font_->GetFontSize();
H A Dfont_list.cc75 for (int font_size = font_list.GetFontSize(); font_size > 1; --font_size) {
118 int FontList::GetFontSize() const { function in class:gfx::FontList
119 return impl_->GetFontSize();
H A Dfont_list_impl.cc106 font_size_ = fonts[0].GetFontSize();
110 DCHECK_EQ(fonts[i].GetFontSize(), font_size_);
180 FontStyleAndSizeToString(fonts_[0].GetStyle(), fonts_[0].GetFontSize());
185 int FontListImpl::GetFontSize() const { function in class:gfx::FontListImpl
240 font_size_ = fonts_[0].GetFontSize();
H A Dplatform_font_pango.cc200 int PlatformFontPango::GetFontSize() const { function in class:gfx::PlatformFontPango
H A Dplatform_font_win.cc110 int font_size = font.GetFontSize();
113 if (font_height == font.GetHeight() && font_size == font.GetFontSize())
116 font_size = font.GetFontSize();
192 int PlatformFontWin::GetFontSize() const { function in class:gfx::PlatformFontWin
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Label.cpp61 FX_FLOAT CPWL_Label::GetFontSize() const function in class:CPWL_Label
63 return m_pEdit->GetFontSize();
H A DPWL_ListBox.cpp492 FX_FLOAT CPWL_ListBox::GetFontSize() const function in class:CPWL_ListBox
495 return m_pList->GetFontSize();
H A DPWL_EditCtrl.cpp165 FX_FLOAT CPWL_EditCtrl::GetFontSize() const function in class:CPWL_EditCtrl
167 return m_pEdit->GetFontSize();
541 FX_FLOAT fFontSize = GetFontSize();
H A DPWL_Wnd.cpp1031 FX_FLOAT CPWL_Wnd::GetFontSize() const function in class:CPWL_Wnd
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h492 FX_FLOAT GetFontSize() const function in class:CPDF_VariableText
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp205 FX_FLOAT CFX_List::GetFontSize() const function in class:CFX_List
H A Dfxet_edit.cpp1978 FX_FLOAT CFX_Edit::GetFontSize() const function in class:CFX_Edit
1980 return m_pVT->GetFontSize();
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h246 FX_FLOAT GetFontSize() const function in class:CPDF_TextState
559 FX_FLOAT GetFontSize() const function in class:CPDF_TextObject
561 return m_TextState.GetFontSize();
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1236 FX_FLOAT GetFontSize() function in class:CPDF_FormField
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp204 FX_FLOAT CPDFSDK_Widget::GetFontSize() const function in class:CPDFSDK_Widget
1062 FX_FLOAT fFontSize = this->GetFontSize();
1136 FX_FLOAT fFontSize = GetFontSize();
1252 FX_FLOAT fFontSize = GetFontSize();

Completed in 161 milliseconds