Searched refs:m_fFontSize (Results 1 – 16 of 16) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssstyleselector.cpp | 184 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 …]
|
D | cfx_csscomputedstyle.cpp | 54 return m_InheritedData.m_fFontSize; in GetFontSize() 74 m_InheritedData.m_fFontSize = fFontSize; in SetFontSize() 175 m_fFontSize(12.0f), in InheritedData()
|
D | cfx_csscomputedstyle.h | 29 float m_fFontSize; variable
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.cpp | 130 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 …]
|
D | cfde_textout.h | 92 float m_fFontSize; variable
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_impl.h | 80 void SetFontSize(float fFontSize) { m_fFontSize = fFontSize; } in SetFontSize() 84 float GetFontSize() const { return m_fFontSize; } in GetFontSize() 164 float m_fFontSize; variable
|
D | cpwl_list_impl.cpp | 108 m_fFontSize(0.0f), in CPWL_ListCtrl() 563 pListItem->SetFontSize(m_fFontSize); in AddItem()
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 44 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()
|
D | BC_OneDimWriter.h | 90 float m_fFontSize; variable
|
D | BC_OnedEAN8Writer.cpp | 155 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
|
D | BC_OnedEAN13Writer.cpp | 150 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
|
D | BC_OnedUPCAWriter.cpp | 123 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars()
|
/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() 210 float m_fFontSize; variable
|
D | cpdf_variabletext.cpp | 191 m_fFontSize(0.0f), in CPDF_VariableText()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_edit.cpp | 75 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()
|
D | cfwl_edit.h | 168 float m_fFontSize; variable
|