Searched refs:m_fFontSize (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssstyleselector.cpp | 186 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 …]
|
D | cfx_csscomputedstyle.cpp | 53 return m_InheritedData.m_fFontSize; in GetFontSize() 73 m_InheritedData.m_fFontSize = fFontSize; in SetFontSize() 174 m_fFontSize(12.0f), in InheritedData()
|
D | cfx_csscomputedstyle.h | 30 float m_fFontSize; variable
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.cpp | 143 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 …]
|
D | cfde_textout.h | 102 float m_fFontSize = 12.0f; variable
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_impl.h | 81 void SetFontSize(float fFontSize) { m_fFontSize = fFontSize; } in SetFontSize() 85 float GetFontSize() const { return m_fFontSize; } in GetFontSize() 165 float m_fFontSize; variable
|
D | cpwl_list_impl.cpp | 106 m_fFontSize(0.0f), in CPWL_ListCtrl() 566 pListItem->SetFontSize(m_fFontSize); in AddItem()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.h | 86 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/ |
D | BC_OneDimWriter.cpp | 64 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()
|
D | BC_OneDimWriter.h | 90 float m_fFontSize = 10.0f; variable
|
D | BC_OnedEAN8Writer.cpp | 146 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
|
D | BC_OnedEAN13Writer.cpp | 142 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
|
D | BC_OnedUPCAWriter.cpp | 124 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_edit.h | 163 float m_fFontSize = 0.0f; variable
|
D | cfwl_edit.cpp | 536 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()
|