Searched defs:m_fFontSize (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/oned/
H A DBC_OneDimWriter.h72 FX_FLOAT m_fFontSize; member in class:CBC_OneDimWriter
/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_editimp.h162 FX_FLOAT m_fFontSize; member in class:CFWL_EditImp
/external/pdfium/xfa/src/fdp/src/tto/
H A Dfde_textout.h136 FX_FLOAT m_fFontSize; member in class:CFDE_TextOut
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h243 FX_FLOAT m_fFontSize; member in class:CFX_List
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h373 void SetFontSize(FX_FLOAT fFontSize) override { m_fFontSize = fFontSize; }
415 FX_FLOAT GetFontSize() const override { return m_fFontSize; }
524 FX_FLOAT m_fFontSize; member in class:CPDF_VariableText
/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssstyleselector.h240 m_fFontSize = 12.0f;
256 FX_FLOAT m_fFontSize; member in class:CFDE_CSSInheritedData
538 virtual FX_FLOAT GetFontSize() const { return m_InheritedData.m_fFontSize; }
550 m_InheritedData.m_fFontSize = fFontSize;

Completed in 223 milliseconds