Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.cpp184 float& fFontSize = pComputedStyle->m_InheritedData.m_fFontSize; in ApplyProperty()
197 v->Value() * pComputedStyle->m_InheritedData.m_fFontSize; in ApplyProperty()
200 v->Apply(pComputedStyle->m_InheritedData.m_fFontSize); in ApplyProperty()
213 pComputedStyle->m_InheritedData.m_fFontSize); in ApplyProperty()
242 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) { in ApplyProperty()
249 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) { in ApplyProperty()
256 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) { in ApplyProperty()
263 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) { in ApplyProperty()
270 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) { in ApplyProperty()
277 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) { in ApplyProperty()
[all …]
Dcfx_csscomputedstyle.cpp54 return m_InheritedData.m_fFontSize; in GetFontSize()
74 m_InheritedData.m_fFontSize = fFontSize; in SetFontSize()
175 m_fFontSize(12.0f), in InheritedData()
Dcfx_csscomputedstyle.h29 float m_fFontSize; variable
/external/pdfium/xfa/fde/
Dcfde_textout.cpp130 m_fFontSize(12.0f), in CFDE_TextOut()
131 m_fLineSpace(m_fFontSize), in CFDE_TextOut()
152 m_fFontSize = fFontSize; in SetFontSize()
208 ASSERT(m_pFont && m_fFontSize >= 1.0f); in CalcLogicSize()
212 rect.width = m_fFontSize * 1000.0f; in CalcLogicSize()
249 rect.height -= m_fLineSpace - m_fFontSize; in CalcLogicSize()
259 float fLineStep = (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize; in RetrieveLineWidth()
284 ASSERT(m_pFont && m_fFontSize >= 1.0f); in DrawLogicText()
288 if (rect.width < m_fFontSize || rect.height < m_fFontSize) in DrawLogicText()
318 iCount, m_fFontSize, &m_Matrix); in DrawLogicText()
[all …]
Dcfde_textout.h92 float m_fFontSize; variable
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.h80 void SetFontSize(float fFontSize) { m_fFontSize = fFontSize; } in SetFontSize()
84 float GetFontSize() const { return m_fFontSize; } in GetFontSize()
164 float m_fFontSize; variable
Dcpwl_list_impl.cpp108 m_fFontSize(0.0f), in CPWL_ListCtrl()
563 pListItem->SetFontSize(m_fFontSize); in AddItem()
/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp44 m_fFontSize = 10; in CBC_OneDimWriter()
75 m_fFontSize = size; in SetFontSize()
186 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowDeviceChars()
225 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
DBC_OneDimWriter.h90 float m_fFontSize; variable
DBC_OnedEAN8Writer.cpp155 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
DBC_OnedEAN13Writer.cpp150 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
DBC_OnedUPCAWriter.cpp123 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h86 void SetFontSize(float fFontSize) { m_fFontSize = fFontSize; } in SetFontSize()
105 float GetFontSize() const { return m_fFontSize; } in GetFontSize()
210 float m_fFontSize; variable
Dcpdf_variabletext.cpp191 m_fFontSize(0.0f), in CPDF_VariableText()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp75 m_fFontSize(0), in CFWL_Edit()
631 m_fFontSize = FWLTHEME_CAPACITY_FontSize; in UpdateEditParams()
634 m_fFontSize = theme->GetFontSize(&part); in UpdateEditParams()
642 m_EdtEngine.SetFontSize(m_fFontSize); in UpdateEditParams()
644 m_EdtEngine.SetTabWidth(m_fFontSize); in UpdateEditParams()
689 if (m_fFontSize > m_rtEngine.height) in UpdateOffset()
Dcfwl_edit.h168 float m_fFontSize; variable