HomeSort by relevance Sort by last modified time
    Searched refs:GetFontSize (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/pdfium/xfa/fxfa/parser/
cxfa_font.h 26 FX_FLOAT GetFontSize();
cxfa_font.cpp 41 return ms.GetValue() * GetFontSize();
63 FX_FLOAT CXFA_Font::GetFontSize() {
  /external/pdfium/xfa/fwl/
ifwl_themeprovider.h 28 virtual float GetFontSize(CFWL_ThemePart* pThemePart) const = 0;
  /external/pdfium/xfa/fde/
cfde_txtedttextset.h 28 FX_FLOAT GetFontSize() override;
fde_visualset.h 62 virtual FX_FLOAT GetFontSize() = 0;
cfde_txtedttextset.cpp 40 FX_FLOAT CFDE_TxtEdtTextSet::GetFontSize() {
fde_render.cpp 122 FX_FLOAT fFontSize = pTextSet->GetFontSize();
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.h 48 FX_FLOAT GetFontSize() const;
cpdf_textstate.h 38 FX_FLOAT 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();
cpdf_textstate.cpp 28 FX_FLOAT CPDF_TextState::GetFontSize() const {
  /external/pdfium/xfa/fxfa/app/
xfa_fwltheme.h 39 float GetFontSize(CFWL_ThemePart* pThemePart) const override;
cxfa_textparser.h 55 FX_FLOAT GetFontSize(CXFA_TextProvider* pTextProvider,
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;
  /frameworks/base/libs/hwui/hwui/
MinikinSkia.h 45 size_t GetFontSize() const;
  /frameworks/minikin/tests/util/
MinikinFontForTest.h 43 size_t GetFontSize() const { return mFontSize; }
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 270 pCurObj->GetFontSize() / 1000;
279 pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000;
283 pCurObj->GetFontSize() / 1000;
395 info->m_FontSize = charinfo.m_pTextObj->GetFontSize();
767 prev_Obj.m_pTextObj->GetFontSize() / 1000;
775 pTextObj->GetFontSize() / 1000;
    [all...]
  /external/pdfium/xfa/fde/css/
cfde_csscomputedstyle.h 64 FX_FLOAT GetFontSize() const;
  /frameworks/minikin/include/minikin/
MinikinFont.h 105 virtual size_t GetFontSize() const {
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.h 128 FX_FLOAT GetFontSize() const { return m_FontSize; }
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_ListBox.h 74 FX_FLOAT GetFontSize() const override;
PWL_EditCtrl.cpp 128 FX_FLOAT CPWL_EditCtrl::GetFontSize() const {
129 return m_pEdit->GetFontSize();
431 FX_FLOAT fFontSize = GetFontSize();
  /external/pdfium/xfa/fxfa/
fxfa_widget.h 80 FX_FLOAT GetFontSize();
  /frameworks/minikin/libs/minikin/
HbFontCache.cpp 107 size_t size = minikinFont->GetFontSize();

Completed in 570 milliseconds

1 2 3