Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp16 m_fFontSize(12.0f), in CFDE_TextOut()
17 m_fLineSpace(m_fFontSize), in CFDE_TextOut()
64 m_fFontSize = fFontSize; in SetFontSize()
227 FXSYS_assert(m_pFont != NULL && m_fFontSize >= 1.0f); in CalcTextSize()
282 rect.height -= m_fLineSpace - m_fFontSize; in CalcTextSize()
291 rect.height = m_fFontSize * 1000.0f; in SetLineWidth()
296 rect.width = m_fFontSize * 1000.0f; in SetLineWidth()
311 (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize; in RetrieveLineWidth()
338 rtText.Set((FX_FLOAT)x, (FX_FLOAT)y, m_fFontSize * 1000.0f, in DrawText()
339 m_fFontSize * 1000.0f); in DrawText()
[all …]
Dfde_textout.h136 FX_FLOAT m_fFontSize; variable
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OneDimWriter.cpp38 m_fFontSize = 10; in CBC_OneDimWriter()
70 m_fFontSize = size; in SetFontSize()
189 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowDeviceChars()
216 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowBitmapChars()
258 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
DBC_OneDimWriter.h72 FX_FLOAT m_fFontSize; variable
DBC_OnedEAN8Writer.cpp186 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
DBC_OnedUPCAWriter.cpp138 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
DBC_OnedEAN13Writer.cpp177 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp100 : m_fFontSize(0.0f), m_pFontMap(NULL), m_bMultiple(FALSE) {} in CFX_List()
118 m_fFontSize = fFontSize; in SetFontSize()
124 pListItem->SetFontSize(m_fFontSize); in AddItem()
167 return m_fFontSize; in GetFontSize()
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.h240 m_fFontSize = 12.0f; in Reset()
256 FX_FLOAT m_fFontSize; variable
538 virtual FX_FLOAT GetFontSize() const { return m_InheritedData.m_fFontSize; } in GetFontSize()
550 m_InheritedData.m_fFontSize = fFontSize; in SetFontSize()
Dfde_cssstyleselector.cpp595 #define FDE_CSSFONTSIZE (FDE_CSSINHERITS.m_fFontSize)
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h373 void SetFontSize(FX_FLOAT fFontSize) override { m_fFontSize = fFontSize; } in SetFontSize()
415 FX_FLOAT GetFontSize() const override { return m_fFontSize; } in GetFontSize()
524 FX_FLOAT m_fFontSize; variable
Ddoc_vt.cpp803 m_fFontSize(0.0f), in CPDF_VariableText()
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_editimp.h162 FX_FLOAT m_fFontSize; variable
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp180 m_fFontSize(0), in CFWL_EditImp()
983 m_fFontSize = fSize; in SetFont()
1219 m_fFontSize = *pFontSize; in UpdateEditParams()
1235 params.fFontSize = m_fFontSize; in UpdateEditParams()
1311 if (m_fFontSize > m_rtEngine.height) { in UpdateOffset()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h243 FX_FLOAT m_fFontSize; variable