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

  /frameworks/minikin/tests/util/
MinikinFontForTest.h 43 size_t GetFontSize() const { return mFontSize; }
  /external/pdfium/xfa/fde/
cfde_txtedttextset.cpp 40 FX_FLOAT CFDE_TxtEdtTextSet::GetFontSize() {
  /external/pdfium/xfa/fxfa/parser/
cxfa_font.cpp 41 return ms.GetValue() * GetFontSize();
63 FX_FLOAT CXFA_Font::GetFontSize() {
  /external/pdfium/xfa/fxfa/app/
xfa_fwltheme.cpp 138 m_pTextOut->SetFontSize(pAcc->GetFontSize());
184 float CXFA_FWLTheme::GetFontSize(CFWL_ThemePart* pThemePart) const {
186 return pWidget->GetDataAcc()->GetFontSize();
246 m_pTextOut->SetFontSize(pAcc->GetFontSize());
cxfa_textparser.cpp 73 fFontSize = font.GetFontSize();
147 fFontSize = font.GetFontSize();
364 FX_FLOAT CXFA_TextParser::GetFontSize(CXFA_TextProvider* pTextProvider,
367 return pStyle->GetFontSize();
371 return font.GetFontSize();
491 FX_FLOAT fFontSize = GetFontSize(pTextProvider, pStyle);
497 fLineHeight = GetFontSize(pTextProvider, pStyle) * 1.2f;
xfa_ffwidgetacc.cpp 740 fFontSize = font.GetFontSize();
742 fFontSize = widgetfont.GetFontSize();
833 FX_FLOAT fFontSize = GetFontSize();
    [all...]
  /frameworks/base/libs/hwui/hwui/
MinikinSkia.cpp 82 size_t MinikinFontSkia::GetFontSize() const {
  /external/pdfium/core/fpdfapi/page/
cpdf_textstate.cpp 28 FX_FLOAT CPDF_TextState::GetFontSize() const {
cpdf_textobject.cpp 47 FX_FLOAT fontsize = m_TextState.GetFontSize();
170 FX_FLOAT fontsize = m_TextState.GetFontSize() / 1000;
187 FX_FLOAT CPDF_TextObject::GetFontSize() const {
188 return m_TextState.GetFontSize();
203 FX_FLOAT fontsize = m_TextState.GetFontSize();
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.h 128 FX_FLOAT GetFontSize() const { return m_FontSize; }
cpdf_variabletext.h 123 FX_FLOAT GetFontSize() const { return m_fFontSize; }
  /external/pdfium/xfa/fde/css/
cfde_csscomputedstyle.cpp 53 FX_FLOAT CFDE_CSSComputedStyle::GetFontSize() const {
  /frameworks/minikin/include/minikin/
MinikinFont.h 105 virtual size_t GetFontSize() const {
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_EditCtrl.cpp 128 FX_FLOAT CPWL_EditCtrl::GetFontSize() const {
129 return m_pEdit->GetFontSize();
431 FX_FLOAT fFontSize = GetFontSize();
PWL_ListBox.cpp 378 FX_FLOAT CPWL_ListBox::GetFontSize() const {
379 return m_pList->GetFontSize();
PWL_Wnd.cpp 770 FX_FLOAT CPWL_Wnd::GetFontSize() const {
  /external/pdfium/fpdfsdk/fxedit/
fxet_list.cpp 699 FX_FLOAT CFX_ListCtrl::GetFontSize() const {
fxet_edit.cpp 729 FX_FLOAT fFontSize = pEdit->GetFontSize();
1142 FX_FLOAT CFX_Edit::GetFontSize() const {
1143 return m_pVT->GetFontSize();
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp 587 FX_FLOAT CPDFSDK_Widget::GetFontSize() const {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtsvr.h     [all...]

Completed in 462 milliseconds