Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.cpp186 float& fFontSize = pComputedStyle->m_InheritedData.m_fFontSize; in ApplyProperty()
199 v->Value() * pComputedStyle->m_InheritedData.m_fFontSize; in ApplyProperty()
202 v->Apply(pComputedStyle->m_InheritedData.m_fFontSize); in ApplyProperty()
215 pComputedStyle->m_InheritedData.m_fFontSize); in ApplyProperty()
244 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) { in ApplyProperty()
251 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) { in ApplyProperty()
258 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) { in ApplyProperty()
265 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) { in ApplyProperty()
272 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) { in ApplyProperty()
279 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) { in ApplyProperty()
[all …]
Dcfx_csscomputedstyle.cpp53 return m_InheritedData.m_fFontSize; in GetFontSize()
73 m_InheritedData.m_fFontSize = fFontSize; in SetFontSize()
174 m_fFontSize(12.0f), in InheritedData()
Dcfx_csscomputedstyle.h30 float m_fFontSize; variable
/external/pdfium/xfa/fde/
Dcfde_textout.cpp143 m_fFontSize = fFontSize; in SetFontSize()
200 ASSERT(m_fFontSize >= 1.0f); in CalcLogicSize()
204 pRect->width = m_fFontSize * 1000.0f; in CalcLogicSize()
241 pRect->height -= m_fLineSpace - m_fFontSize; in CalcLogicSize()
251 float fLineStep = (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize; in RetrieveLineWidth()
277 ASSERT(m_fFontSize >= 1.0f); in DrawLogicText()
281 if (rect.width < m_fFontSize || rect.height < m_fFontSize) in DrawLogicText()
311 {m_CharPos.data(), szCount}, m_fFontSize, in DrawLogicText()
327 float fLineStep = (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize; in LoadText()
369 float fLineStep = (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize; in RetrievePieces()
[all …]
Dcfde_textout.h102 float m_fFontSize = 12.0f; variable
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.h81 void SetFontSize(float fFontSize) { m_fFontSize = fFontSize; } in SetFontSize()
85 float GetFontSize() const { return m_fFontSize; } in GetFontSize()
165 float m_fFontSize; variable
Dcpwl_list_impl.cpp106 m_fFontSize(0.0f), in CPWL_ListCtrl()
566 pListItem->SetFontSize(m_fFontSize); in AddItem()
/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()
204 float m_fFontSize = 0.0f; variable
/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp64 m_fFontSize = size; in SetFontSize()
161 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowDeviceChars()
199 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
DBC_OneDimWriter.h90 float m_fFontSize = 10.0f; variable
DBC_OnedEAN8Writer.cpp146 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
DBC_OnedEAN13Writer.cpp142 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
DBC_OnedUPCAWriter.cpp124 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
/external/pdfium/xfa/fwl/
Dcfwl_edit.h163 float m_fFontSize = 0.0f; variable
Dcfwl_edit.cpp536 m_fFontSize = FWLTHEME_CAPACITY_FontSize; in UpdateEditParams()
539 m_fFontSize = theme->GetFontSize(part); in UpdateEditParams()
547 m_pEditEngine->SetFontSize(m_fFontSize); in UpdateEditParams()
549 m_pEditEngine->SetTabWidth(m_fFontSize); in UpdateEditParams()
594 if (m_fFontSize > m_rtEngine.height) in UpdateOffset()