Searched refs:m_fFontSize (Results 1 - 15 of 15) sorted by relevance

/external/pdfium/xfa/src/fdp/src/tto/
H A Dfde_textout.cpp16 m_fFontSize(12.0f),
17 m_fLineSpace(m_fFontSize),
64 m_fFontSize = fFontSize;
227 FXSYS_assert(m_pFont != NULL && m_fFontSize >= 1.0f);
282 rect.height -= m_fLineSpace - m_fFontSize;
291 rect.height = m_fFontSize * 1000.0f;
296 rect.width = m_fFontSize * 1000.0f;
311 (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize;
338 rtText.Set((FX_FLOAT)x, (FX_FLOAT)y, m_fFontSize * 1000.
[all...]
H A Dfde_textout.h136 FX_FLOAT m_fFontSize; member in class:CFDE_TextOut
/external/pdfium/xfa/src/fxbarcode/oned/
H A DBC_OneDimWriter.cpp38 m_fFontSize = 10;
70 m_fFontSize = size;
189 int32_t iFontSize = (int32_t)fabs(m_fFontSize);
216 int32_t iFontSize = (int32_t)fabs(m_fFontSize);
258 int32_t iFontSize = (int32_t)fabs(m_fFontSize);
H A DBC_OneDimWriter.h72 FX_FLOAT m_fFontSize; member in class:CBC_OneDimWriter
H A DBC_OnedEAN8Writer.cpp186 int32_t iFontSize = (int32_t)fabs(m_fFontSize);
H A DBC_OnedEAN13Writer.cpp177 int32_t iFontSize = (int32_t)fabs(m_fFontSize);
H A DBC_OnedUPCAWriter.cpp138 int32_t iFontSize = (int32_t)fabs(m_fFontSize);
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp100 : m_fFontSize(0.0f), m_pFontMap(NULL), m_bMultiple(FALSE) {}
118 m_fFontSize = fFontSize;
124 pListItem->SetFontSize(m_fFontSize);
167 return m_fFontSize;
/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;
H A Dfde_cssstyleselector.cpp595 #define FDE_CSSFONTSIZE (FDE_CSSINHERITS.m_fFontSize)
/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_editimp.h162 FX_FLOAT m_fFontSize; member in class:CFWL_EditImp
/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
H A Ddoc_vt.cpp803 m_fFontSize(0.0f),
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h243 FX_FLOAT m_fFontSize; member in class:CFX_List
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_editimp.cpp180 m_fFontSize(0),
983 m_fFontSize = fSize;
1219 m_fFontSize = *pFontSize;
1235 params.fFontSize = m_fFontSize;
1311 if (m_fFontSize > m_rtEngine.height) {

Completed in 1430 milliseconds